Hi Tim,

I think you may have missed the point here. The Axis Servlet is NOT
marked with the Single Threaded interface. Therefore, whilst there is
only a single instance of the Axis Servlet created, your application
server will create multiple worker threads for the inbound request
and allow them all to run through the single servlet instance at the
same time.

Regards,

Dan.

-----Original Message-----
From: Tim Sawyer [mailto:[EMAIL PROTECTED]
Sent: 05 March 2003 22:41
To: [EMAIL PROTECTED]
Subject: Re: Performance


Thanks for everyone's comments.

On Wed, 2003-03-05 at 18:00, IvanLatysh wrote:
> To improve performance you can use 
> <parameter name="scope" value="application"/>

Good plan, but I'm already using application scope.

What I hadn't considered is upping the number of axis servlets
available, might try that tomorrow.  Or does that just increase by
itself anyway?

I hadn't considered pooling the client side call objects, but I'm
already pooling business objects on the server side.

Tim.







***************************************************************************
This communication (including any attachments) contains confidential information.  If 
you are not the intended recipient and you have received this communication in error, 
you should destroy it without copying, disclosing or otherwise using its contents.  
Please notify the sender immediately of the error.

Internet communications are not necessarily secure and may be intercepted or changed 
after they are sent.  Abbey National Treasury Services plc does not accept liability 
for any loss you may suffer as a result of interception or any liability for such 
changes.  If you wish to confirm the origin or content of this communication, please 
contact the sender by using an alternative means of communication.

This communication does not create or modify any contract and, unless otherwise 
stated, is not intended to be contractually binding.

Abbey National Treasury Services plc. Registered Office:  Abbey National House, 2 
Triton Square, Regents Place, London NW1 3AN.  Registered in England under Company 
Registration Number: 2338548.  Regulated by the Financial Services Authority (FSA).
***************************************************************************

Reply via email to