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