RE: WSDL2Java: generated client stub and performance issues

2002-07-03 Thread Tom Jordahl
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

RE: WSDL2Java: generated client stub and performance issues

2002-07-03 Thread butek
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

RE: WSDL2Java: generated client stub and performance issues

2002-07-03 Thread Tom Jordahl
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