|
From: Silvio B. <sbi...@ja...> - 2008-11-11 22:52:41
|
Hello all, I have a servlet that handles requests that can easily take minutes to complete. In the meantime no data is written to the client. All data is sent at once at the end. With clients behind some routers we run into connection timeout problems. Is there a way to use TCP KeepAlive at the socket level with Jetty to prevent such timeouts? Thanks in advance, Silvio |