Return-Path: X-Original-To: apmail-tomcat-dev-archive@www.apache.org Delivered-To: apmail-tomcat-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 6BED59EFE for ; Fri, 15 Jun 2012 00:41:29 +0000 (UTC) Received: (qmail 60679 invoked by uid 500); 15 Jun 2012 00:41:28 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 60605 invoked by uid 500); 15 Jun 2012 00:41:28 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 60595 invoked by uid 99); 15 Jun 2012 00:41:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Jun 2012 00:41:28 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of knst.kolinko@gmail.com designates 209.85.160.45 as permitted sender) Received: from [209.85.160.45] (HELO mail-pb0-f45.google.com) (209.85.160.45) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Jun 2012 00:41:22 +0000 Received: by pbbro12 with SMTP id ro12so5264411pbb.18 for ; Thu, 14 Jun 2012 17:41:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=UyvaOHiCyRie8pA/H4AKMINCLMEaHieUAY6rAU2Bymw=; b=pkWzdSf8palMkbPt5y3PRGMvZhjlGlF4dNqR3wYMaSsyfhSNbr78BwAtirvyiSm41Y vnjFRao9PVqcKPIR1wEUPXPJlreAPVKYiZ086jIrCI3JFj6jCkhUhB3xmlbKo8+Xf7Bg xvk1fMpks51aSp1xNkqjoax8btU9uWUUcCP0iNRpbTeyrf0DjWRj2P1dNPAOtOuOe2ZU 8LQRZBZsCQ8vQEyuvOdXp1y128BKeW6Zp+j8e7t+8LlOb+RCLBbIyzrj14ZZBPwec9le hXhj8WTMuNxANdTRrKb6/Mra5LP0fWwkWMEEIPn/q8QRemJH8tH7NBxYkV9Vmn7D6Q+6 TPAw== MIME-Version: 1.0 Received: by 10.68.217.233 with SMTP id pb9mr13665572pbc.121.1339720862052; Thu, 14 Jun 2012 17:41:02 -0700 (PDT) Received: by 10.68.46.36 with HTTP; Thu, 14 Jun 2012 17:41:01 -0700 (PDT) Date: Fri, 15 Jun 2012 04:41:01 +0400 Message-ID: Subject: Implement support for setTimeout() for Comet + APR? From: Konstantin Kolinko To: Tomcat Developers List Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Hi! There is one known limitation in Comet API: The event.setTimeout() method works for NIO connector only and for APR it throws UnsupportedOperationException Now that with 7.0.28 per-socket timeouts are supported in APR connector, maybe this limitation can be removed? Documentation: http://tomcat.apache.org/tomcat-7.0-doc/aio.html#Comet_timeouts http://tomcat.apache.org/tomcat-7.0-doc/api/org/apache/catalina/comet/CometEvent.html Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org