[Mono-bugs] [Bug 51277][Min] New - Many threads and HttpWebRequest problem
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 9 Jan 2004 16:19:35 -0500 (EST)
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 gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=51277
--- shadow/51277 2004-01-09 16:19:35.000000000 -0500
+++ shadow/51277.tmp.16245 2004-01-09 16:19:35.000000000 -0500
@@ -0,0 +1,73 @@
+Bug#: 51277
+Product: Mono/Class Libraries
+Version: unspecified
+OS: All
+OS Details: gentoo
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
+Priority: Minor
+Component: System
+AssignedTo: gonzalo@ximian.com
+ReportedBy: tiago.lima@vianw.pt
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Many threads and HttpWebRequest problem
+
+Please fill in this template when reporting a bug, unless you know what
+you are doing.
+Description of Problem:
+XSP in many pages it returns only the input text and value of the
+VIEWSTATE. It repeatedly "stops" (the page returned is chopped) and when
+refreshing the page it gives different results (depending where is stops).
+All this can be the same problem: bad response (closing connections) to
+multiple simultaneous requests...
+
+Steps to reproduce the problem:
+1. Launch site with a page with lots of contents and view state.
+2. Launch a couple of threads requesting that page.
+3. Watch the returned result.
+
+Actual Results:
+The lenght of the answer is different. It returns different results
+(length and content).
+
+Expected Results:
+The length of the answer and the answer should be always the same.
+
+How often does this happen?
+Not always, when making multiple requests.
+
+Additional Information:
+
+------- Additional Comments From tiago.lima@vianw.pt 2003-11-21 16:28 -------
+Created an attachment (id=5983)
+MyButton control
+
+
+------- Additional Comments From tiago.lima@vianw.pt 2003-11-21 16:28 -------
+Created an attachment (id=5984)
+Page to request
+
+
+------- Additional Comments From tiago.lima@vianw.pt 2003-11-21 16:29 -------
+Created an attachment (id=5985)
+MainClass that creates a couple of threads each one requests the page.
+
+
+------- Additional Comments From gonzalo@ximian.com 2003-11-24 21:48 -------
+This is not related to System.Web, but System classes.
+
+------- Additional Comments From gonzalo@ximian.com 2003-11-26 04:53 -------
+The test program fails when the server is apache or IIS. This is not
+related to xsp at all.
+
+------- Additional Comments From tiago.lima@vianw.pt 2003-11-27 16:12 -------
+Using a single IE against xsp server, or the MainClass in
+windows .NET against xsp server I get the same error.
+You dont need many threads to get this error...
+
+------- Additional Comments From gonzalo@ximian.com 2004-01-09 16:19 -------
+Fixed in CVS.