[Mono-bugs] [Bug 71217][Nor] Changed - Socket.BeginSend & Other Async Methods Block for Many Simultaneous calls
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 7 Apr 2005 00:42:39 -0400 (EDT)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=71217
--- shadow/71217 2005-02-18 15:18:07.000000000 -0500
+++ shadow/71217.tmp.3166 2005-04-07 00:42:39.000000000 -0400
@@ -1,12 +1,12 @@
Bug#: 71217
Product: Mono: Class Libraries
Version: 1.1
OS: Red Hat 9.0
OS Details:
-Status: NEW
+Status: ASSIGNED
Resolution:
Severity: Unknown
Priority: Normal
Component: System
AssignedTo: gonzalo@ximian.com
ReportedBy: scott@imeem.com
@@ -258,6 +258,9 @@
------- Additional Comments From gonzalo@ximian.com 2005-02-01 19:52 -------
this is using all the threads in the threadpool.
We're going to change the implementation of async. methods in
Socket.cs right after next mono release (due in a few days) and expect
this bug to be fixed with the new implementation.
+
+------- Additional Comments From gonzalo@ximian.com 2005-04-07 00:42 -------
+I have a soon to be posted patch that fixes this.