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

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Oct 3 12:27:23 EDT 2008


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

User webservices at landmarkdigital.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=430040#c7


WebServices Group <webservices at landmarkdigital.com> changed:

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




--- Comment #7 from WebServices Group <webservices at landmarkdigital.com>  2008-10-03 10:27:22 MDT ---
I was apparently writing my comment at the same time as Mr. Javier, which is
the reason that my comment appears after his.

What Mr. Javier proposes does not properly explain the problem.  In the example
service, a TCPClient object is created in a using() block, meaning that it
should absolutely be disposed of once the block is executed.  However, after so
many connections, the server is no longer able to allocate additional
connections, which seems to indicate that the native sockets are not properly
being disposed of.


-- 
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