RE: concurrent call.invoke problem

2004-02-16 Thread Heitzeg, Bill
l: [EMAIL PROTECTED] -Original Message- From: Tony Blair [mailto:[EMAIL PROTECTED] Sent: Sunday, February 15, 2004 11:45 PM To: [EMAIL PROTECTED] Subject: Re: concurrent call.invoke problem Hi there,   Have you played around with service scope? Perhaps if your Service is stateless then set the scope

RE: concurrent call.invoke problem

2004-02-15 Thread GANDHIRAJAN,AYYAPPAN (HP-India,ex2)
-From: Tony Blair [mailto:[EMAIL PROTECTED]Sent: Sunday, February 15, 2004 11:45 PMTo: [EMAIL PROTECTED]Subject: Re: concurrent call.invoke problem Hi there,   Have you played around with service scope? Perhaps if your Service is stateless then set the scope to "Application&

Re: concurrent call.invoke problem

2004-02-15 Thread Tony Blair
Hi there,   Have you played around with service scope? Perhaps if your Service is stateless then set the scope to "Application" to reduce the amount of the object creation. By default Axis set the scope to "Request" which cause the object creation to increase. Of course I am not sure if this is roo

RE: concurrent call.invoke problem

2004-02-15 Thread Heitzeg, Bill
Ayyappan, I can't shed any light on this issue because I'm using JBoss, but I certainly wouldn't mind trying out your test on my JBoss (Jetty)/Linux configuration. If you're interested, send me a copy of your server and client and I'll let you know the results. Bill Heitzeg. -Origi