Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 47742 invoked from network); 3 Jan 2008 01:36:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Jan 2008 01:36:02 -0000 Received: (qmail 70550 invoked by uid 500); 3 Jan 2008 01:35:41 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 69577 invoked by uid 500); 3 Jan 2008 01:35:39 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 69566 invoked by uid 99); 3 Jan 2008 01:35:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Jan 2008 17:35:38 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [202.37.75.130] (HELO akl-zm2.orion.internal) (202.37.75.130) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 03 Jan 2008 01:35:28 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by akl-zm2.orion.internal (Postfix) with ESMTP id 03DB41C006 for ; Thu, 3 Jan 2008 14:35:16 +1300 (NZDT) X-Virus-Scanned: amavisd-new at X-Spam-Score: -4.2 X-Spam-Level: Received: from akl-zm2.orion.internal ([127.0.0.1]) by localhost (akl-zm2.orion.internal [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Cki6Utlua2BI for ; Thu, 3 Jan 2008 14:35:15 +1300 (NZDT) Received: from akl-zm2.orion.internal (akl-zm2.orion.internal [172.20.1.3]) by akl-zm2.orion.internal (Postfix) with ESMTP id 24DED1C003 for ; Thu, 3 Jan 2008 14:35:15 +1300 (NZDT) From: "Tim Whittington" To: "'Tomcat Users List'" References: <006701c84431$ddf757c0$0300a8c0@stargazer> Subject: RE: [Announce] Enhanced ISAPI Redirector + Tomcat Connector Binaries (and IIS 6.0) Date: Thu, 3 Jan 2008 14:35:15 +1300 (NZDT) Message-ID: <061301c84da8$e2d910a0$890514ac@orion.internal> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <006701c84431$ddf757c0$0300a8c0@stargazer> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198 thread-index: AchLf5/9mfjqELXcRpCBMgQ80gxVaQCKIiew X-Originating-IP: [172.20.5.64] X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Flag: NO X-Old-Spam-Status: No, score=-4.2 tagged_above=-10 required=6.6 tests=[ALL_TRUSTED=-1.8, AWL=0.199, BAYES_00=-2.599] I haven't had to do anything special when using the ISAPI Redirectory on IIS 6 (apart from the usual Web Services extension magic), so it definitely works in the default worker process isolation mode. My patched version does utilise Windows 2003 Server specific APIs when used on IIS 6 (to do optimised network writes of chunk encoded blocks), but that's auto-detected. I haven't had any experience using the redirector in IIS 5 isolation mode, but I can't imagine why it wouldn't work - the ISAPI redirector doesn't do anything too esoteric with the IIS APIs, and the same builds run in IIS 5 fine. For those that are interested, the modes are described at http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/ed3c22ba-39fc-4332-bdb7-a0d9c76e4355.mspx?mfr=true tim -----Original Message----- From: Travis Haagen [mailto:haagen.test@comcast.net] Sent: Saturday, 22 December 2007 1:30 p.m. To: Tomcat Users List Subject: Re: [Announce] Enhanced ISAPI Redirector + Tomcat Connector Binaries (and IIS 6.0) Tim, Have you had experience testing your version of the ISAPI redirector DLL with IIS 6.0? What specific IIS configuration settings take the fullest advantage of the persistent HTTP connections that your version offers? Also, I've seen zero discussion thus far on whether version 1.2.25 of the DLL should work with IIS in worker process isolation mode or in IIS 5 isolation mode. Do you have any insight on this? Anyone have any insight on this? :) -Travis Haagen ----- Original Message ----- From: "Tim Whittington" To: ; Sent: Thursday, December 20, 2007 5:20 PM Subject: [Announce] Enhanced ISAPI Redirector + Tomcat Connector Binaries > Hi all > > We've been using Tomcat and Tomcat Connectors in our company products for > almost 10 years now, and it's a very important part of our technology stack. > Over those years we've contributed some enhancements and fixes to the IIS > connector/ISAPI Redirector, and most of these have been accepted back into > the trunk. > There's one in particular that we feel is very useful that hasn't been > accepted though, which is the addition of chunked encoding support to the > ISAPI Redirector, which allows IIS to use HTTP keep alives between the > browser and IIS - we've found this has major scalability benefits on high > transaction volume sites. > > http://issues.apache.org/bugzilla/show_bug.cgi?id=35297 tracks the proposed > patch for this, but it's been waiting for 2+ years for a 1.3 development > branch to open to make it available to the wider community. > We feel this is an important enough feature for us to maintain internally > and use in many production sites over the years, and we think other people > will find it useful, so we've now taken the step of making it available to > the community at large in source + binary form on SourceForge. Our patches > are all APLv2, as per the Tomcat source, and are available in the > SourceForge SVN repo. > > https://sourceforge.net/projects/timsjk/ is the SF site. > > We've also taken the opportunity to make available the compiled binaries we > produce in-house for many platforms (we support a large number), and I hope > this is of use to the community at large. You'll find binaries for Apache > 2.0, 2.0-prefork, 2.2, 2.2-prefork and IIS 5/6 on AIX PPC64, HP-UX PA-RISC2, > HP-UX IA64, Linux-x86, Linux-x64, > Windows x86 and Window x64 (with some obvious exceptions) available from the > SourceForge project download page. We've provided builds of our enhanced > ISAPI redirector as well as an unpatched ISAPI redirector. > > This isn't a fork of Tomcat Connectors - the work the Tomcat devs are doing > on Tomcat Connectors in recent times, in particular Rainer and Mladen, is > great, and we continue to value, use and support it - apart from the IIS > connector we use unpatched mod_jk connectors everywhere. If/when the 1.3 > development branch opens and the chunked encoding support is added to the > main trunk we'll wind up our patches and see if there's a better way to > distribute the binaries. > > If you're going to try out or use the enhanced ISAPI redirector, please be > responsible when reporting bugs and test against the unpatched version > before logging them against Tomcat. If they turn out to be due to our > patches, then report them on the SF project. > > cheers > tim > > --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org