RE: Stub Caching

2003-07-31 Thread Steve Earl
Pretty simple and definitely not thread safe at the moment but it validates the point we were looking into. If you need more info I can send it onto you directly. Conor. -Original Message- From: Steve Earl [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 30, 2003 6:27 PM To: [EMAIL PROT

RE: Stub Caching

2003-07-31 Thread Power, Conor
rl [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 30, 2003 6:27 PM To: [EMAIL PROTECTED] Subject: Re: Stub Caching Would you mind posting some of your caching code? Steve... >>> [EMAIL PROTECTED] 07/30/03 16:45 PM >>> Hi, I just wanted to share some insight we have had with

Re: Stub Caching

2003-07-30 Thread Steve Earl
Would you mind posting some of your caching code? Steve... >>> [EMAIL PROTECTED] 07/30/03 16:45 PM >>> Hi, I just wanted to share some insight we have had with some performance testing of web services sitting on top of Axis. Based on the initial analysis carried out the majority of the time s

Stub Caching

2003-07-30 Thread Power, Conor
Hi, I just wanted to share some insight we have had with some performance testing of web services sitting on top of Axis. Based on the initial analysis carried out the majority of the time spent on the client side when invoking web services is in the method YOUR_SERVICE_STUB.createCall(). This i