Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:36555 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 18418 invoked from network); 26 Mar 2008 18:21:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Mar 2008 18:21:41 -0000 Authentication-Results: pb1.pair.com header.from=richard.krehbiel@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=richard.krehbiel@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.184.234 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: richard.krehbiel@gmail.com X-Host-Fingerprint: 64.233.184.234 wr-out-0506.google.com Received: from [64.233.184.234] ([64.233.184.234:4006] helo=wr-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A7/83-47041-5349AE74 for ; Wed, 26 Mar 2008 13:21:41 -0500 Received: by wr-out-0506.google.com with SMTP id 50so3275121wri.2 for ; Wed, 26 Mar 2008 11:21:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=4+NzmWRgHeR5WAdOiH+9w4HpsxpmOfvlff7sg6m88Yg=; b=mCz2oCsV6Ff+ubhH26bDuscaWv6g0JeVgt4lg308mexosd2AT6ALYbsorUJHtm9/eY6g10HaI4ORveK6/jRpsvK5lHyAmojGnvzhCmokgyAImZhni2qv8fvhXoJ9QOT/mlFJvHee+ElAeSPn9cpZy8mysP/+QTbI2Gj5x/wIzWI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:mime-version:content-type; b=jA1E2AqehxdHcYvGk8/gCJ/1ekC/RGQykmRfV8eaijesNFdly/kFRd+7MirRmNp134ZBWgyyBSSMPjf2Xxut26IxbJmPKOmfQJbmhtbAH36tIcaIpALa8EIgG2HS/AEJnF2763pO4+XzHu52RVwUZvUZaupWDXNFtQudJ++pmfM= Received: by 10.141.42.10 with SMTP id u10mr304147rvj.254.1206555697924; Wed, 26 Mar 2008 11:21:37 -0700 (PDT) Received: by 10.141.129.6 with HTTP; Wed, 26 Mar 2008 11:21:37 -0700 (PDT) Message-ID: <19b0b5c00803261121s12865b5xfd0c9cd2807c3b1f@mail.gmail.com> Date: Wed, 26 Mar 2008 14:21:37 -0400 To: internals@lists.php.net MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_11204_10190476.1206555697949" Subject: Comments on #44393, ISAPI module patch? From: richard.krehbiel@gmail.com ("Richard Krehbiel") ------=_Part_11204_10190476.1206555697949 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline I've developed the patch listed in http://bugs.php.net/44393 over the last few weeks, and I just thought I'd try to solicit some feedback. It's an enhancement to the Windows ISAPI module which allows Keep-Alive connections and chunked content-encoding. I'd sure love to get this incorporated into some upcoming PHP version. We have a Windows server farm and some field panels that we just converted to report in via HTTPS rather than a proprietary protocol. I was checking the impact on the servers and was aghast at the number of socket ports sitting around in TIME_WAIT state, which led me to discover that the ISAPI module doesn't support keep-alive, which motivated me to figure out why... one thing led to another, and, voila, a patch (or two or three) was born. ------=_Part_11204_10190476.1206555697949--