Return-Path: X-Original-To: apmail-hc-dev-archive@www.apache.org Delivered-To: apmail-hc-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9D85B783C for ; Tue, 20 Sep 2011 20:38:30 +0000 (UTC) Received: (qmail 13085 invoked by uid 500); 20 Sep 2011 20:38:30 -0000 Delivered-To: apmail-hc-dev-archive@hc.apache.org Received: (qmail 12919 invoked by uid 500); 20 Sep 2011 20:38:30 -0000 Mailing-List: contact dev-help@hc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpComponents Project" Delivered-To: mailing list dev@hc.apache.org Received: (qmail 12909 invoked by uid 99); 20 Sep 2011 20:38:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Sep 2011 20:38:30 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Sep 2011 20:38:29 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 090ABA4EB3 for ; Tue, 20 Sep 2011 20:38:09 +0000 (UTC) Date: Tue, 20 Sep 2011 20:38:09 +0000 (UTC) From: "Geir Harald Hansen (JIRA)" To: dev@hc.apache.org Message-ID: <1979929842.47537.1316551089033.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Created] (HTTPCORE-277) Please expose TCP keep-alive (SO_KEEPALIVE) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Please expose TCP keep-alive (SO_KEEPALIVE) ------------------------------------------- Key: HTTPCORE-277 URL: https://issues.apache.org/jira/browse/HTTPCORE-277 Project: HttpComponents HttpCore Issue Type: Improvement Reporter: Geir Harald Hansen It would be useful if it was possible to turn on TCP keep-alive (java.net.Socket.setKeepAlive) for a connection used for long polling (aka comet). Some users these days are behind NAT routers that kill idle connections after as little as 5 minutes. TCP keep-alive could be a solution to keep long poll connections alive (and idle) longer than 5 minutes. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org For additional commands, e-mail: dev-help@hc.apache.org