Thank you for the answers!

Regards, Dobri

On Tue, Sep 2, 2008 at 9:20 PM, Oleg Kalnichevski <[EMAIL PROTECTED]> wrote:

> On Mon, 2008-09-01 at 17:27 +0300, Dobri Kitipov wrote:
> > Hi Oleg,
> > I have one additional more abstract question. What I have observed during
> my
> > tests was that when I run my test scenarion with 5 WS consecutive
> > invocations and sniff the traffic I can see that the sockets were reused.
> > The problem is that when I first tried to debug the source it always
> invoked
> > the org.apache.commons.httpclient.HttpConnection isStale() method. This
> is
> > happening when there are more breakpoints set. If I set only a breakpoint
> > into the isStale() method then the socket is reused and no new connection
> is
> > opened for every invocation. It seems it is a timeout issue or a thread
> > issue to me? Do you suspect what may cause this? I have tried to set
> > SO_TIMEOUT and CONNECTION_TIMEOUT to 0, but without success. Any hints?
> >
>
> Not a slightest idea. It can well be the stale connection check just
> does not work reliably when run in the debug mode
>
> Oleg
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to