Guten Tag. Yes your right. Our main issue was time-outs with one server
that we were connecting to. The server we are connecting to had problems.
Set up 10 second time-outs, reuse the Http client, multi threaded, number
of connections, to each host and total setting. Txns still fail, but are
now failing fast and not tying up our local ports.

On Wed, Sep 13, 2017 at 9:13 PM, Thorsten Schöning <tschoen...@am-soft.de>
wrote:

> Guten Tag Tushar Kapila,
> am Samstag, 9. September 2017 um 18:48 schrieben Sie:
>
> > Want to make sure sockets are being shared across invocations. That
> > the initialization code is once. Right now its all in one method.
> > and seems that unneccessary initialization is happening. On the
> > other hand since some of the classes are not thread safe, wondering
> > what a good way to do it? ObjectPool ? Or some thing else?
>
> I'm not sure I understand your question: As I described in the last
> mail, Axis2 is managing sockets and connections and caches things
> already for you.
>
> Mit freundlichen Grüßen,
>
> Thorsten Schöning
>
> --
> Thorsten Schöning       E-Mail: thorsten.schoen...@am-soft.de
> AM-SoFT IT-Systeme      http://www.AM-SoFT.de/
>
> Telefon...........05151-  9468- 55
> Fax...............05151-  9468- 88
> Mobil..............0178-8 9468- 04
>
> AM-SoFT GmbH IT-Systeme, Brandenburger Str. 7c, 31789 Hameln
> AG Hannover HRB 207 694 - Geschäftsführer: Andreas Muchow
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-user-unsubscr...@axis.apache.org
> For additional commands, e-mail: java-user-h...@axis.apache.org
>
>


-- 
Regards
Tushar Kapila

Reply via email to