The normal operation of Axis Client is to send one Axis request and
block waiting for the response. It won't send out the next request until
the response is back. By using multi-threading on the client side, you
can send multiple requests simultanously, however, I guess those
requests are sent over different HTTP/HTTPS connections. What I like to
test is to send multiple requests over A SINGLE SAME connection in a
shot before getting back the first response. Basically, I like to test
how Axis behaves under HTTP pipe-lining.  

Thanks,
Feng
-----Original Message-----
From: Javier Gonzalez [mailto:[EMAIL PROTECTED] 
Sent: Friday, August 19, 2005 2:59 PM
To: [email protected]
Subject: Re: question on Axis Client --- sending multiple requests on a
same connection before getting back response

mmmmm, run multipe threads that call the service? (or maybe I
misunderstand what you want to test?)

On 8/19/05, Feng Xie (fxie) <[EMAIL PROTECTED]> wrote:
>  
> Is there any way to let the Axis Client to send multiple requests 
> before getting back any response ?  In another words, how do I test 
> the "pipe lining" performance of webservice server ?
>   
> Thanks,
> Feng


--
Javier Gonzalez Nicolini

Reply via email to