Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] idleTimeout

Hi,

On Thu, Feb 18, 2016 at 7:55 PM, poornima@xxxxxxxxxx
<poornima@xxxxxxxxxx> wrote:
> Hi,
>
> I use jetty 9.3.x. I have set the idleTimeout in jetty-http.xml (in
> addConnector) to 40000. I have written a servlet which takes 60 seconds to
> respond. I am still getting the response after 60 seconds instead of the
> connection getting terminated.

Depends how you write your servlet, specifically whether it's async or not.

-- 
Simone Bordet
----
http://cometd.org
http://webtide.com
Developer advice, training, services and support
from the Jetty & CometD experts.


Back to the top