Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 29689 invoked from network); 17 Aug 2006 01:47:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 17 Aug 2006 01:47:17 -0000 Received: (qmail 1368 invoked by uid 500); 17 Aug 2006 01:47:14 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 775 invoked by uid 500); 17 Aug 2006 01:47:12 -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 764 invoked by uid 99); 17 Aug 2006 01:47:12 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Aug 2006 18:47:12 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [206.123.111.90] (HELO mail.loukasmgmt.com) (206.123.111.90) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Aug 2006 18:47:11 -0700 Received: (qmail 12164 invoked by uid 510); 16 Aug 2006 20:46:50 -0500 Received: from unknown (HELO ?192.168.3.107?) (smtp@loukasmgmt.com@71.123.221.70) by mail.loukasmgmt.com with SMTP; 16 Aug 2006 20:46:50 -0500 Message-ID: <44E3CA98.3090505@hanik.com> Date: Wed, 16 Aug 2006 20:47:04 -0500 From: Filip Hanik - Dev Lists User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: Tomcat Developers List Subject: Re: Proposal - Comet changes References: <44DCB252.8010204@hanik.com> <44E2E90C.8000504@apache.org> <44E320C4.2090105@hanik.com> <44E33033.9020202@apache.org> <44E33D6F.7000001@hanik.com> <44E397F9.1060905@apache.org> <44E39E23.90804@apache.org> In-Reply-To: <44E39E23.90804@apache.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Remy Maucherat wrote: > Remy Maucherat wrote: >> Filip Hanik - Dev Lists wrote: >>> flush I can see, but close in a comet I can't, there is no way to >>> send additional data after close is called, as that is a output >>> stream close method. >>> calling close, will/should eventually trigger event(END). >> >> Ok, I will make those changes. > > And I don't see any way to do it other than adding a begin and an end > action in ActionCode. I did it in the NIO connector fairly easily, cause in there the socket is associated with a key, and the key has several attributes, so I just told the key to timeout. But using the ActionCode might be a be better solution, as we can apply it more easily to all connectors. > > R�my > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org > For additional commands, e-mail: dev-help@tomcat.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org