Are those 3,4 transactions initiated from one client only, synchronized?

If the XML (SOAP) that you send is very large, maybe that would limit
performance. XML Parsing is expensive.

/Clarence

On 11/27/06, Frederick N. Brier <[EMAIL PROTECTED]> wrote:

Xucai,

Are you running Axis within Tomcat, or JBoss, or some other application
server?  Inside an application server, Axis will be limited by the
parameters of the resources within the containing application server.
How long do your transactions take?  Tomcat in JBoss is set for a
default of 250 response threads.  Are you using them all up?  Is a
database involved?  How many database connections are allocated for your
DataSource/connection pool?  How computationally intensive is each
transaction?  Do you have other thread locking issues with a shared
resource?

Fred

xu cai wrote:
> hi all,
>
> does anybody has idea on how to improve the # of transaction/second on
> axis 1.4 ?
>
> thanks
>
> xucai


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Reply via email to