Re: Bad performance when restarting the server

2004-09-14 Thread tony . q . weddle
The Axis servlet loads web services on request, depending on the scope. As you have session scope, the web service class will be instantiated once for each session. So the first call, in that session, will take longer than subsequent calls. I'm not aware of any configuration that will cause Axis

Bad performance when restarting the server

2004-09-14 Thread karim
Hi all axis user, I would like to know what happens when we call the first time a service. To be easily understood, here is an example : I've got one client C1. One service WS1 deployed on the server S1. I start running my server : S1 ->>> Application axis (AXIS) initialized... Then, C1 call the