[Mono-bugs] [Bug 76667][Wis] Changed - XSP gives exception when too many requests are made

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Dec 7 14:07:52 EST 2005


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 carlos at applianz.com.

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

--- shadow/76667	2005-12-07 14:01:29.000000000 -0500
+++ shadow/76667.tmp.24479	2005-12-07 14:07:52.000000000 -0500
@@ -115,6 +115,16 @@
 
 ------- Additional Comments From gonzalo at ximian.com  2005-12-07 14:01 -------
 I have the feeling that this is caused by threadpool exhaustion.
 I implemented the HttpListener (2.0) support, that is fully
 asynchronous and uses the minimum amount of resources required and I
 believe changing xsp to do the same will fix this problem.
+
+------- Additional Comments From carlos at applianz.com  2005-12-07 14:07 -------
+I thought the same thing however I have used the mono threads
+environment variable and set it to 2000 threads per CPU and printed
+out the number of threads (8019 I think on my quad opteron). I also
+have tried printing out the number of threads left in the pool after
+each request and its never dropped too low.  
+I am hoping to find what causes the problem soon as I keep improving
+my sample code, of course even on my real code the problem doesn't
+always occur.


More information about the mono-bugs mailing list