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 multiple sockets open on multiple threads...(How many depends on how much memory and the OS)
 
-----Original Message-----
From: Beer, Christian [mailto:[EMAIL PROTECTED]]
Sent: 06 March 2002 09:43
To: '[EMAIL PROTECTED]'
Subject: AW: 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:04
An: '[EMAIL PROTECTED]'
Betreff: 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



************************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom
they are addressed. Any views or opinions are solely those of
the author and do not necessarily represent those of Exel
Computer Systems plc. If you have received this email in error
please notify Customer Services on 0115 946 0101.
************************************************************************

Reply via email to