[MonoDevelop] webservice question

J. Christopher Six J. Christopher Six" <j.christopher.six@gmail.com
Sat, 18 Dec 2004 09:31:49 -0600


Uh, does this question have anything to do with MonoDevelop? :)


On Sat, 18 Dec 2004 15:31:27 +0100, T=F6r=F6k G=E1bor <tori@alfanet.hu> wro=
te:
>=20
> Hi!
>=20
> I made a webservice. The method has a [SoapDocumentMethod(OneWay=3Dtrue)]
> 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 t=
he
> 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 an=
d
> 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 proble=
m?
>=20
> Gabor Torok
>=20
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list
>=20


--=20
J. Christopher Six