On 2/1/07, Raju, Prabhakar (P.) <[EMAIL PROTECTED]> wrote:

 Hi,

well I know that service client works with unlimited messages with one
instance. We are using( for some reasons) call structure given in the code
http/sender/http_client.c with a slightly modified axis2_http_client_send (fixed
for memory leaks). This works fine if we re-create the client instance every
time but uses too many random ports. If I try to use a single instance of
axis2_http_client_t and axis2_env_t, it does work for 50 calls. Any
pointers will be helpful.


I hope someone who's currently working  on the transport  module will be
able to give you some pointers and if there's any major bug fixes on it.

Nabeel.

regards

 ------------------------------
*From:* Nabeel Yoosuf [mailto:[EMAIL PROTECTED]
*Sent:* Thursday, February 01, 2007 4:58 PM
*To:* Apache AXIS C User List
*Subject:* Re: [Axis2] question on http transport...

I've used a single client (through service client API) to send many
(thousands) messages without any sorta hanging with axis-.96 on windows.
Please try version 0.96 instead of 0.95. If you still experience the
problem, you might want to post a code sample which demonstrate the issue.

Nabeel.

On 2/1/07, Prabhakar Raju <[EMAIL PROTECTED]> wrote:
>
>
>
>  Hi,
>
> Is the http client/server designed/built to send multiple messages with
> a single instance of axis2_http_client? Apparently it does it but hangs at
> CLIENT_RECIEVE_HEADER call after 50 times (on win32) and about 100 times in
> linux. I'm also having only one instance of the environment. I'm using
> axis-95.
>
> Regards
>
> Prabha
>
> ------------------------------
> Get live scores and news about your team: Add the Live.com Football Page
> 
<http://g.msn.com/8HMBENUS/2746??PS=47575>---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED] For
> additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to