Bug 313480 (MONO52573) - Hangs on accessing MS.NET webservice
Summary: Hangs on accessing MS.NET webservice
Status: RESOLVED FIXED
Alias: MONO52573
Product: Mono: Runtime
Classification: Mono
Component: misc (show other bugs)
Version: unspecified
Hardware: Other Red Hat 9.0
: P3 - Medium : Critical
Target Milestone: ---
Assignee: Mono Bugs
QA Contact: Mono Bugs
URL:
Whiteboard:
Keywords: build, release_note
Depends on:
Blocks:
 
Reported: 2004-01-03 15:34 UTC by Yashasvi.N.Raykar
Modified: 2007-09-15 21:24 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Wiest 2007-09-15 18:23:07 UTC


---- Reported by yraykar@hotmail.com 2004-01-03 08:34:38 MST ----

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:



---- Additional Comments From gonzalo@ximian.com 2004-01-03 11:10:01 MST ----

Which version of mono are you using?
Can you reproduce the bug with CVS?
Can we get a simple test case?



---- Additional Comments From lluis@ximian.com 2004-01-12 18:22:50 MST ----

This should be fixed now in CVS.