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
-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&
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
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