[Mono-bugs] [Bug 61602][Nor] Changed - Webclient hangs after a random count of serialized requests

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 16 Jul 2004 08:12:19 -0400 (EDT)


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 rasa@gmx.ch.

http://bugzilla.ximian.com/show_bug.cgi?id=61602

--- shadow/61602	2004-07-15 21:32:27.000000000 -0400
+++ shadow/61602.tmp.17079	2004-07-16 08:12:19.000000000 -0400
@@ -73,6 +73,18 @@
 cheers,
 Raffaele
 
 ------- Additional Comments From rasa@gmx.ch  2004-07-15 14:07 -------
 Just to mention, because Gonzalo asked:
 that problem does _not_ occur on MSWin .net.
+
+------- Additional Comments From rasa@gmx.ch  2004-07-16 08:12 -------
+After some tests it turned out that mono does not close sockets
+correctly in stress situations.
+
+Run my testcase several times and kill it (Ctrl-C) and run it again.
+Do this 10 times and chech netstat -A inet then. I have tons of open
+sockets in WAIT state there then.
+
+As this is allways an open connection to the connection partner its
+connection limit can shortly be reched like that wich results in
+connection refuses.