? corlib.diff
Index: System.Threading/ThreadPool.cs
===================================================================
RCS file: /mono/mcs/class/corlib/System.Threading/ThreadPool.cs,v
retrieving revision 1.11
diff -u -r1.11 ThreadPool.cs
--- System.Threading/ThreadPool.cs	10 Dec 2002 18:02:55 -0000	1.11
+++ System.Threading/ThreadPool.cs	18 Dec 2002 04:03:47 -0000
@@ -64,7 +64,7 @@
          _CurrentThreads = 0;
          _RequestInQueue = 0;
          _ThreadsInUse = 0;
-         _ThreadCreateTriggerRequests = 5;
+         _ThreadCreateTriggerRequests = 0;
 
          // Keeps track of requests in the queue and increases the number of threads if needed
          _MonitorThread = new Thread(new ThreadStart(MonitorThread));
