Re: AW: Soap client threads

2002-03-06 Thread TheMotorcycles
I think for the SOAP toolkit that's no problem. But does Java allow many sockets open from many threads? YES.

RE: Soap client threads

2002-03-06 Thread Colin Saxton
Title: Soap client threads Each client thread should create a new instance of the client side SOAP object...you should have no problems here... (Make sure that you are not using the same SOAP object across threads...that would cause synchronization problems).   Java does allow you to have

AW: Soap client threads

2002-03-06 Thread Beer, Christian
Title: Soap client threads I think for the SOAP toolkit that's no problem. But does Java allow many sockets open from many threads? -Ursprüngliche Nachricht-Von: Michael Weir (Transform Research) [mailto:[EMAIL PROTECTED]]Gesendet: Dienstag, 5. März 2002 22:04An: &#

Soap client threads

2002-03-05 Thread Michael Weir (Transform Research)
Title: Soap client threads Does the Apache SOAP toolkit allow many client-side threads to concurrently send SOAP messages?  I'm trying to build a stress-tester for a server, and want to bash it as hard as possible. Thanks, Michael Weir