[Mono-bugs] [Bug 51277][Wis] New - Bug with multiple threads in XSP

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 21 Nov 2003 16:26:28 -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 tiago.lima@vianw.pt.

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

--- shadow/51277	2003-11-21 16:26:27.000000000 -0500
+++ shadow/51277.tmp.6137	2003-11-21 16:26:27.000000000 -0500
@@ -0,0 +1,43 @@
+Bug#: 51277
+Product: Mono/Class Libraries
+Version: unspecified
+OS: other
+OS Details: gentoo
+Status: NEW   
+Resolution: 
+Severity: 008 One day
+Priority: Wishlist
+Component: System.Web
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: tiago.lima@vianw.pt               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Bug with multiple threads in XSP
+
+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: