[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:01:29 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 gonzalo at ximian.com.

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

--- shadow/76667	2005-12-07 12:41:55.000000000 -0500
+++ shadow/76667.tmp.24344	2005-12-07 14:01:29.000000000 -0500
@@ -109,6 +109,12 @@
 I have been working on a scenario but can't get it reproduced.
 My app that has the problem is a webservice which uses remoting to
 talk to an application on the same machine, it gets a lot of calls.
 The webservice hosts MarshalByRef objects. I also use log4net.
 Is there anything special to your code? maybe we can find whats
 similar between my code and yours.
+
+------- 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.


More information about the mono-bugs mailing list