[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
Mon Dec 5 10:29:09 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 mrw at wanadoo.nl.

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

--- shadow/76667	2005-11-21 17:39:29.000000000 -0500
+++ shadow/76667.tmp.24123	2005-12-05 10:29:09.000000000 -0500
@@ -79,6 +79,18 @@
 ------- Additional Comments From gonzalo at ximian.com  2005-11-21 17:39 -------
 You could see which files are opened by looking in /proc/XXXX/fds
 (XXXX is the process ID of xsp/mono).
 
 If you want me to try to reproduce you'll have to attach a test case.
 Until then, this is set to NEEDINFO.
+
+------- Additional Comments From mrw at wanadoo.nl  2005-12-05 10:29 -------
+I have this bug too. /proc/xxxx/fd is full of open symlinks to
+socket:[nnnnnnn] files.
+
+A new symlink to a socket is made at _every_ request. After 1024
+symlinks the IOException is thrown.
+
+A lot of calls are made to methods that are also available als
+[WebMethod]s. This application calls them locally though (not via
+SOAP, but like any other .Net object, they're just marked as WebMethod).
+


More information about the mono-bugs mailing list