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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 31 Jan 2005 02:15:33 -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 miguel@ximian.com.

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

--- shadow/70699	2004-12-22 19:57:24.000000000 -0500
+++ shadow/70699.tmp.22865	2005-01-31 02:15:33.000000000 -0500
@@ -5,13 +5,13 @@
 OS Details: Linux version 2.4.27 (gcc version 3.3.4 (Debian 1:3.3.4-6sarge1))
 Status: NEW   
 Resolution: 
 Severity: Unknown
 Priority: Normal
 Component: Sys.Web.Services
-AssignedTo: mono-bugs@ximian.com                            
+AssignedTo: lluis@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
@@ -20,6 +20,9 @@
 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.
+
+------- Additional Comments From miguel@ximian.com  2005-01-31 02:15 -------
+Could you please post samples?