RE: about sharing doc builders

2002-11-11 Thread Pavel Ausianik
Sanjiva, Please let me know if you agree to accept my patch, other changes depends on this. Thanks, Pavel > -Original Message- > From: Pavel Ausianik [mailto:Pavel_Ausianik@;epam.com] > Sent: Wednesday, October 30, 2002 4:36 PM > To: '[EMAIL PROTECTED]' > Subje

RE: about sharing doc builders

2002-10-30 Thread Pavel Ausianik
Sanjiva see my comments inside. Agree that solution for storing in thread assosiated storage could work if used alone, the main problem actually that DocumentBuilder is not being used only from thread, but also stored in the Call, Message, ServiceManager, XMLConfigManager , etc. > Here's the setu

Re: about sharing doc builders

2002-10-30 Thread Sanjiva Weerawarana
Hi Pavel, > I'm sorry, but it is a valid scenario - the Calls are not thread safe, but > in this scenario one Call will not be used in more than one thread at the > same time. Threads safe does not mean that one object could be used from OK looks like I misunderstood the scenario - let me play it

RE: about sharing doc builders

2002-10-29 Thread Pavel Ausianik
Sanjiva, I'm sorry, but it is a valid scenario - the Calls are not thread safe, but in this scenario one Call will not be used in more than one thread at the same time. Threads safe does not mean that one object could be used from different threads at all - just not in the same time. However once