Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:36579 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 78356 invoked from network); 26 Mar 2008 21:10:48 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Mar 2008 21:10:48 -0000 Authentication-Results: pb1.pair.com header.from=jani.taskinen@sci.fi; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=jani.taskinen@sci.fi; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain sci.fi from 63.208.196.178 cause and error) X-PHP-List-Original-Sender: jani.taskinen@sci.fi X-Host-Fingerprint: 63.208.196.178 mho-01-bos.mailhop.org Received: from [63.208.196.178] ([63.208.196.178:53970] helo=mho-01-bos.mailhop.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E6/10-47041-5DBBAE74 for ; Wed, 26 Mar 2008 16:10:47 -0500 Received: from cs163208.pp.htv.fi ([213.243.163.208] helo=[127.0.0.1]) by mho-01-bos.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1JectO-000K3a-Gr; Wed, 26 Mar 2008 21:10:42 +0000 X-Mail-Handler: MailHop Outbound by DynDNS X-Originating-IP: 213.243.163.208 X-Report-Abuse-To: abuse@dyndns.com (see http://www.mailhop.org/outbound/abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1+uFVDwQAp/s19JFv1P7Ej631fdx9YCOkQ= Message-ID: <47EABBDC.1070200@sci.fi> Date: Wed, 26 Mar 2008 23:10:52 +0200 Reply-To: jani.taskinen@iki.fi User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 To: Richard Krehbiel CC: internals@lists.php.net References: <19b0b5c00803261121s12865b5xfd0c9cd2807c3b1f@mail.gmail.com> In-Reply-To: <19b0b5c00803261121s12865b5xfd0c9cd2807c3b1f@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Comments on #44393, ISAPI module patch? From: jani.taskinen@sci.fi (Jani Taskinen) Richard Krehbiel kirjoitti: > 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. > It might help a bit if you put that patch online somewhere available for download. A patch in the bug report is messed up and kinda unreadable.. Provide the url to the patch here and also in the bug report! :) --Jani