Skip to main content

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

I have written a synchronous servlet. Can you answer my question now ?

Regards,
Poornima.



On 02/22/2016 02:08 AM, Simone Bordet wrote:
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.




Back to the top