[Mono-bugs] [Bug 74592][Maj] Changed - web requests randomly hang
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 14 Apr 2005 16:13:29 -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 gert.driesen@pandora.be.
http://bugzilla.ximian.com/show_bug.cgi?id=74592
--- shadow/74592 2005-04-14 16:06:38.000000000 -0400
+++ shadow/74592.tmp.8183 2005-04-14 16:13:29.000000000 -0400
@@ -20,6 +20,13 @@
had a chance yet to try with a 'normal' mono).
------- Additional Comments From james@ximian.com 2005-04-14 15:53 -------
Testcase at http://www.snorp.net/files/WebTest.cs
Hangs after about 3 requests with 1.1.6
+
+------- Additional Comments From gert.driesen@pandora.be 2005-04-14 16:13 -------
+You need to explicitly close the (Http)WebResponse in Mono.
+
+You need to do this in .NET too, but apparently Mono runs out of
+connections very fast and appears to hang (even if you use multiple
+threads).