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 [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
