Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 8054 invoked from network); 16 May 2006 10:00:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 16 May 2006 10:00:10 -0000 Received: (qmail 35242 invoked by uid 500); 16 May 2006 10:00:07 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 34485 invoked by uid 500); 16 May 2006 10:00:04 -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 34473 invoked by uid 99); 16 May 2006 10:00:04 -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 03:00:04 -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 [212.27.42.30] (HELO smtp4-g19.free.fr) (212.27.42.30) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 May 2006 03:00:03 -0700 Received: from [192.168.0.1] (gou06-1-82-224-99-120.fbx.proxad.net [82.224.99.120]) by smtp4-g19.free.fr (Postfix) with ESMTP id AD56D547FF for ; Tue, 16 May 2006 11:59:42 +0200 (CEST) Message-ID: <4469A28F.9010703@apache.org> Date: Tue, 16 May 2006 11:59:43 +0200 From: Remy Maucherat User-Agent: Thunderbird 1.5.0.2 (Windows/20060308) MIME-Version: 1.0 To: Tomcat Developers List Subject: Ongoing stuff 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 Hi, I am proposing to add a new feature in the development branch to support comet (aka, being able to push data on a HTTP connection, outside of the execution of the service method of the servlet). Certain applications require this sort of capability (like gtalk; to be honest, I don't know that many apps which need it) and since usage of the HTTP (or AJP) connector is exclusive, it is not possible to really implement this sort of thing with Servlets. I would have liked to use SIP and SIP Servlets for this usage, but it looks like it's not going to happen. The feature will require APR to work in the intended way, but the wrapper servlet that I will use to present the functionality to the user should work with the regular java.io connectors (using a thread per connection, of course). In some ways, it is a bit similar to the sendfile addition, so it's probably useful, but proprietary. I will then: - do some spring cleaning in the code (externalizing hardcoded strings, etc) - try to lower the memory usage of a processor R�my --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org