[Mono-bugs] [Bug 70699][Wis] New - webmethod with [SoapDocumentMethod(OneWay=true)] attribute doesn't return immediately

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 20 Dec 2004 14:30:34 -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 tori@alfanet.hu.

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

--- shadow/70699	2004-12-20 14:30:34.000000000 -0500
+++ shadow/70699.tmp.15776	2004-12-20 14:30:34.000000000 -0500
@@ -0,0 +1,25 @@
+Bug#: 70699
+Product: Mono: Class Libraries
+Version: 1.0
+OS: other
+OS Details: Linux version 2.4.27 (gcc version 3.3.4 (Debian 1:3.3.4-6sarge1))
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: Sys.Web.Services
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: tori@alfanet.hu               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: webmethod with [SoapDocumentMethod(OneWay=true)] attribute doesn't return immediately
+
+I made a webservice. The method has a [SoapDocumentMethod(OneWay=true)] 
+attribute. So it should return right after call and do it's work in the 
+background. It works fine with IIS, but with apache+mono I have to wait 
+the method to do it's work, and it returns just after that.
+The other problem is that there could be more clients at the same time 
+and with mono the clients have to wait each other. So it seems only one 
+issue of the service can run at a time.