You
are absolutely right.
Do we
believe that sharing a Stub across threads is a valid use case?
Does JAX-RPC say
anything about this? I sort of think it should NOT be
supported, but since we support it now...
--
Tom
Jordahl
Macromedia
-Original Message-From: [EMAIL PROTE
T2's endpoint.
Russell Butek
[EMAIL PROTECTED]
Please respond to [EMAIL PROTECTED]
To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
cc: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
Subject: RE: WSDL2Java: generated client stub and performan
I believe the code is the way that it is to allow the use of a Stub object from
multiple threads, each having its own Call object. It is on my TODO list to revisit
the way this all works because:
- I believe that synchronizing the methods of the Stub would provide for the thread
safety that