[Mono-bugs] [Bug 52573][Cri] New - Hangs on accessing MS.NET webservice
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 3 Jan 2004 08:34:38 -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 yraykar@hotmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=52573
--- shadow/52573 2004-01-03 08:34:38.000000000 -0500
+++ shadow/52573.tmp.13145 2004-01-03 08:34:38.000000000 -0500
@@ -0,0 +1,50 @@
+Bug#: 52573
+Product: Mono/Runtime
+Version: unspecified
+OS: Red Hat 9.0
+OS Details:
+Status: NEW
+Resolution:
+Severity: Unknown
+Priority: Critical
+Component: misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: yraykar@hotmail.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Hangs on accessing MS.NET webservice
+
+Please fill in this template when reporting a bug, unless you know what
+you are doing.
+Description of Problem:
+
+When a method is calling more than one or same webservice methods more
+than once the application gets hanged. The web service completes and
+sends back the execution and the result. The service even returns back.
+The application still waits. It throws an exception if the time out is
+set. If the timeout is not set it simply hangs for unknown reason. The
+same works fine on .net framework.
+
+When tried to call same method in loop for 10 times, it gets hanged again
+after returning value for 5 or 6 times. The same goes on .Net framework
+untill the loop ends.
+
+Steps to reproduce the problem:
+1. Access the nasdaq webservice for 10 times in a loop
+2. Develop a webservice which returns the server time and call it in a
+loop for 10 times.
+3.
+
+Actual Results:
+Gets hung
+
+Expected Results:
+Should return the value from the webservice as many times the web method
+is called.
+
+How often does this happen?
+Always
+
+Additional Information: