Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@www.apache.org Received: (qmail 22969 invoked from network); 15 Oct 2003 14:08:56 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 15 Oct 2003 14:08:56 -0000 Received: (qmail 22862 invoked by uid 500); 15 Oct 2003 14:05:48 -0000 Delivered-To: apmail-jakarta-tomcat-dev-archive@jakarta.apache.org Received: (qmail 22817 invoked by uid 500); 15 Oct 2003 14:05:47 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Developers List" Reply-To: "Tomcat Developers List" Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 22784 invoked from network); 15 Oct 2003 14:05:47 -0000 Received: from unknown (HELO galen.earthdome.org) (206.152.117.245) by daedalus.apache.org with SMTP; 15 Oct 2003 14:05:47 -0000 Received: from mail.more.net (gkar.earthdome.org [192.168.1.1]) by galen.earthdome.org (Postfix) with ESMTP id 815EC13108 for ; Wed, 15 Oct 2003 09:05:48 -0500 (CDT) Message-ID: <3F8D543A.8010201@mail.more.net> Date: Wed, 15 Oct 2003 09:05:46 -0500 From: Glenn Nielsen Organization: MOREnet User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.2.1) Gecko/20030224 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tomcat Developers List Subject: Re: jk/jk2 - time for apr References: <3F8D1EE0.3090407@fujitsu-siemens.com> <3F8D4CFC.7070104@apache.org> In-Reply-To: <3F8D4CFC.7070104@apache.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N +1 to have a version of mod_jk rewritten to use APR for all OS stuff It would be best to use the version of APR which is distributed with the current Apache 2 release so that there are no conflicts when using mod_jk with Apache 2. Requiring APR would allow using a global connection pool for the socket connections to Tomcat. And allow more sophisticated load balancing when you can have access to global information about how each pool of connectors to Tomcat is performing. If this involves significant changes to the code we might want to bump the major version to jk3. We will still need at least one more release of mod_jk 1.2 for the minor changes committed since the 1.2.5 release. Regards, Glenn Henri Gomez wrote: > Hi to all, > > Now that jk seems stabilized a bit, should we focalize on jk2 ? > > For instance I added some features to jk (ping/pong) which should be > ported to jk2. > > Also I wonder if APR is mandatory for jk2. > > I'd like to use APR as a facade to all Operating System calls. > > The goal is to hide all the complexity of Windows, iSeries, > differents Unix implementations behind APR which is now stable > and well diffused. > > As such it will be +1 to make APR mandatory and start modifying jk2, to > make it use only APR call. > > But I'd like to have your opinion first. > > > PS: For those of you who was here 2 or 3 years ago, the requirement > of APR for mod_webapp got my total -1 at this time since it > wasn't really available, but today that's completly different. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org > For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org