[Mono-bugs] [Bug 42436][Nor] New - Thread pool management/async threads.

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Tue, 6 May 2003 12:12:11 -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 miguel@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=42436

--- shadow/42436	Tue May  6 12:12:11 2003
+++ shadow/42436.tmp.17095	Tue May  6 12:12:11 2003
@@ -0,0 +1,28 @@
+Bug#: 42436
+Product: Mono/Runtime
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: miguel@ximian.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Thread pool management/async threads.
+
+At least with `oldmono' the number of threads that were used for async
+operations was controlled by a command line flag, and defaulted to one.
+
+We should:
+
+   * Increase the default number to something sane.
+
+   * Revisit the issue of the interactions of this with the ThreadPool
+     classes.  I have the feeling that this should be controlled by
+     the managed code.