Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 37064 invoked from network); 16 May 2006 11:18:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 16 May 2006 11:18:27 -0000 Received: (qmail 37884 invoked by uid 500); 16 May 2006 11:18:22 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 37830 invoked by uid 500); 16 May 2006 11:18:21 -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 37819 invoked by uid 99); 16 May 2006 11:18:21 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 May 2006 04:18:21 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [192.77.186.1] (HELO pscgate.progress.com) (192.77.186.1) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 May 2006 04:18:18 -0700 Received: from mx1.progress.com (mx1 [192.77.186.16]) by pscgate.progress.com (8.12.11/8.12.11/PSC-5.11) with ESMTP id k4GBHsTv013828 for ; Tue, 16 May 2006 07:17:54 -0400 (EDT) Received: from progress.com ([192.233.92.16]) by mx1.progress.com (MailFrontier 4.5.3.7159) with ESMTP; Tue, 16 May 2006 07:19:19 -0400 Received: from NTEXFE01.bedford.progress.com (ntexfe01 [172.16.2.61]) by progress.com (8.11.6/8.11.6) with ESMTP id k4GBHsv22473 for ; Tue, 16 May 2006 07:17:54 -0400 (EDT) Received: from MAIL02.bedford.progress.com ([172.16.2.56]) by NTEXFE01.bedford.progress.com with Microsoft SMTPSVC(6.0.3790.1830); Tue, 16 May 2006 07:17:53 -0400 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: Ongoing stuff Date: Tue, 16 May 2006 07:17:54 -0400 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Ongoing stuff Thread-Index: AcZ4z4aChjeEuXLZT7iSzWs18Eu4IQACqhZQ From: "Kevin A. Palfreyman" To: "Tomcat Developers List" X-OriginalArrivalTime: 16 May 2006 11:17:53.0718 (UTC) FILETIME=[601A5560:01C678DA] X-Mlf-Version: 4.5.3.7159 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Remy, This sounds interesting, but can I ask how this differs from what=20 Pushlets does using standard servlets? (http://www.pushlets.com/) We=20 use these extensively, so obviously something that provides similar=20 functionality but with a lighter-weight backend might be interesting,=20 but I'd love to hear your views. Also, would what you propose cause Tomcat lock-in for client code? Thanks, Kev=20 > -----Original Message----- > From: Remy Maucherat [mailto:remm@apache.org]=20 > Sent: 16 May 2006 11:00 > To: Tomcat Developers List > Subject: Ongoing stuff >=20 > Hi, >=20 > I am proposing to add a new feature in the development branch=20 > to support=20 > comet (aka, being able to push data on a HTTP connection,=20 > outside of the=20 > execution of the service method of the servlet). Certain applications=20 > require this sort of capability (like gtalk; to be honest, I=20 > don't know=20 > that many apps which need it) and since usage of the HTTP (or AJP)=20 > connector is exclusive, it is not possible to really=20 > implement this sort=20 > of thing with Servlets. I would have liked to use SIP and SIP=20 > Servlets=20 > for this usage, but it looks like it's not going to happen.=20 > The feature=20 > will require APR to work in the intended way, but the wrapper servlet=20 > that I will use to present the functionality to the user should work=20 > with the regular java.io connectors (using a thread per=20 > connection, of=20 > course). In some ways, it is a bit similar to the sendfile=20 > addition, so=20 > it's probably useful, but proprietary. >=20 > I will then: > - do some spring cleaning in the code (externalizing=20 > hardcoded strings, etc) > - try to lower the memory usage of a processor >=20 > R=E9my >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org > For additional commands, e-mail: dev-help@tomcat.apache.org >=20 >=20 --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org