[MonoDevelop] webservice question

Török Gábor tori@alfanet.hu
Sat, 18 Dec 2004 15:31:27 +0100


Hi!

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.
What can be wrong? It's not implemented? Or can be a configuration problem?

Gabor Torok