Roland Weber a écrit :
Hello Sébastien,

i start the small client
i see the server stopped at the breakpoint.

i just do nothing, every body is waiting.
and after 10 seconds, the connection dropped !!

You don't expect the system to behave normally when
you stop the service thread with a break point, do you?
If the request size plays a role, then probably some
buffer runs full, while with a small request everything
fits into the buffer. If the 10 second delay is
reproducible with different sizes of large requests,
I would go looking for a monitor thread in Jetty that
kills connections or hanging service threads.
i tried several size of request. It always around 10 seconds...but sometimes it does on. i have set a low level of debug, and it's better; but still drop the connection sometimes.

how can i monitor jetty thread ?
Remove the breakpoint, see if the code works then.
If it does, the problem is in your server debugging
environment.
i put the breakpoint because i does not work in 'normal' environment.
hope that helps,
discussing always help ! :-)
thank again
  Roland


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




--
Sébastien Geindre
DPREVI/AERO/DEV
sebastien.geindre __at__ meteo.fr




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

Reply via email to