https://bugzilla.novell.com/show_bug.cgi?id=430040
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=430040#c5 Gonzalo Paniagua Javier <[EMAIL PROTECTED]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |INVALID --- Comment #5 from Gonzalo Paniagua Javier <[EMAIL PROTECTED]> 2008-10-03 10:00:26 MDT --- This is a problem on your end (System.Net.Sockets.SocketException: Too many open files). Run 'ulimit -n' as the user that is running the server and you will see a certain limit set for the number of open files (1024?). If your test harness is causing your server to open more files (sockets, pipes, ...) you get the error you are seeing. Increase that limit and test again. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
