[Mono-bugs] [Bug 430040] TcpClient breaks after 1000 consecutive connections

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Oct 3 12:00:26 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=430040

User gonzalo at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=430040#c5


Gonzalo Paniagua Javier <gonzalo at novell.com> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                                        |RESOLVED
         Resolution|                                                |INVALID




--- Comment #5 from Gonzalo Paniagua Javier <gonzalo at novell.com>  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.


More information about the mono-bugs mailing list