[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 Nov 21 00:11:43 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-11-11 14:45:50.000000000 -0500
+++ shadow/76667.tmp.21157	2005-11-21 00:11:43.000000000 -0500
@@ -39,6 +39,30 @@
 doesn't have any Console.Write.... I use log4net. 
 All I did is opened between 40 and 60 simultaneous requests to the web
 server, and then the error appeared, I didn't do anything else.
 
 ------- Additional Comments From gonzalo at ximian.com  2005-11-11 14:45 -------
 I'll take a look at this.
+
+------- Additional Comments From carlos at applianz.com  2005-11-21 00:11 -------
+I got the exception again on 1.1.10
+
+
+Unhandled Exception: System.IO.IOException: Too many open files
+in <0x004b4> System.IO.Directory:GetFileSystemEntries (System.String
+path, System.String pattern, FileAttributes mask, FileAttributes attrs)
+in <0x00020> System.IO.Directory:GetFileSystemEntries (System.String
+path, System.String pattern)
+in <0x0020e> System.IO.DefaultWatcher:DoFiles
+(System.IO.DefaultWatcherData data, System.String directory, Boolean
+dispatch)
+in <0x000c8> System.IO.DefaultWatcher:UpdateDataAndDispatch
+(System.IO.DefaultWatcherData data, Boolean dispatch)
+in <0x001d7> System.IO.DefaultWatcher:Monitor ()
+in (wrapper delegate-invoke) System.MulticastDelegate:invoke_void ()
+
+
+I am not wondering if maybe its related to the remoting stuff I am
+doing with XSP and not XSP itself. I really wish I got more of an
+output, I tried reproducing the bug with log level= debug and of
+course it didn't happen when I had that on.
+


More information about the mono-bugs mailing list