Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:17878 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 12469 invoked by uid 1010); 12 Aug 2005 16:46:49 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 12453 invoked from network); 12 Aug 2005 16:46:49 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Aug 2005 16:46:49 -0000 X-Host-Fingerprint: 64.233.184.195 wproxy.gmail.com Linux 2.4/2.6 Received: from ([64.233.184.195:45768] helo=wproxy.gmail.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 12/82-33075-972DCF24 for ; Fri, 12 Aug 2005 12:46:49 -0400 Received: by wproxy.gmail.com with SMTP id 70so665750wra for ; Fri, 12 Aug 2005 09:46:45 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=rxaxzfjo/lEV3WgRaRbapgsJpzQGKMttA/B1qjFazl/9IY2TNHpwCV7/X2hucykprRV0tq8GQPdX8JZlpgYFqEmvx1dQ0lEveBrdqM1Vflv64EYpcRh+I3xSnm7h3/NCtfhwY4KFjcyfyEh5tQHmt4xJB4RxSqP6RrlmaDVVkqY= Received: by 10.54.23.8 with SMTP id 8mr1994246wrw; Fri, 12 Aug 2005 09:46:45 -0700 (PDT) Received: by 10.54.107.8 with HTTP; Fri, 12 Aug 2005 09:46:45 -0700 (PDT) Message-ID: <57792e850508120946654b70ff@mail.gmail.com> Date: Fri, 12 Aug 2005 09:46:45 -0700 To: "Brian J. France" Cc: Andreas Korthaus , Rasmus Lerdorf , internals@lists.php.net In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <57792e85050808205143e96a8f@mail.gmail.com> <42F907A0.8070900@web.de> <57792e85050809142416ee5d6c@mail.gmail.com> <42F9217F.6010604@lerdorf.com> <57792e8505080917402f144072@mail.gmail.com> <42F962CF.4000503@lerdorf.com> <57792e85050811174867b7a6c3@mail.gmail.com> <57792e85050812085214e0b260@mail.gmail.com> Subject: Re: [PHP-DEV] Re: Moving to PHP5.1 and Apache 2.2 next year, need help From: iamstever@gmail.com (steve roussey) On 8/12/05, Brian J. France wrote: > I see the code for SO_LINGER in apr_socket_opt_set, but I don't see any > place in the server code that calls apr_socket_opt_set with > APR_SO_LINGER. I stand corrected. I should have used gdb and tested that before I posted. So they put code in there to set it, but they don't have way to reach it. A "grep APR_SO_LINGER -rI httpd-2.1.6-alpha" shows that it is not mentioned much and looking through again this morning when fresh, it never as a change to get to apr_socket_opt_set. So, I guess, Apache2 has even less support for SO_LINGER than Apache1. Can't even set a define in configure, must hack the code. Anyhow, sorry about the incorect information. I learned a lot through this thread and would like to thank everyone for their thoughts, information, and ideas. I'll return next week with some stats on FastCGI (various) vs mod_php. -steve--