[Mono-bugs] [Bug 52169][Cri] Changed - WebServices Problem

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 4 Feb 2004 22:18:40 -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 shiziye@hotmail.com.

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

--- shadow/52169	2004-02-04 22:16:41.000000000 -0500
+++ shadow/52169.tmp.20765	2004-02-04 22:18:40.000000000 -0500
@@ -1,15 +1,15 @@
 Bug#: 52169
 Product: Mono/Class Libraries
 Version: unspecified
 OS: Red Hat 9.0
 OS Details: 
-Status: RESOLVED   
-Resolution: FIXED
+Status: REOPENED   
+Resolution: 
 Severity: Unknown
-Priority: Wishlist
+Priority: Critical
 Component: Sys.Web
 AssignedTo: lluis@ximian.com                            
 ReportedBy: shiziye@hotmail.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
@@ -90,6 +90,21 @@
 The hang bug should be fixed now. Fix in CVS.
 
 ------- Additional Comments From shiziye@hotmail.com  2004-02-04 22:16 -------
 Created an attachment (id=6613)
 A test case with a test program (binary and source) and a test webservice page
 
+
+------- Additional Comments From shiziye@hotmail.com  2004-02-04 22:18 -------
+This Bug still exist in mono 0.30 with xsp-0.9.
+I just posted my test case.
+The test case contain a test program (BenchSoap) that run under 
+windows and a webservice page (TestService.asmx).
+Program Usage:
+  this program will access webservice's "AddString" method with 10 
+thread continuously and output the access times per N seconds.
+  1.Url indicate the webservice's address;
+  2."Start" button start and stop the test;
+  3."SetTimer" button set the value N.
+You can test it first under Windows with IIS. It's no problem and 
+fast.
+