Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:46288 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 86987 invoked from network); 5 Dec 2009 18:30:29 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Dec 2009 18:30:29 -0000 Received: from [127.0.0.1] ([127.0.0.1:24367]) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ECSTREAM id F2/E4-54527-4C6AA1B4 for ; Sat, 05 Dec 2009 13:30:28 -0500 Authentication-Results: pb1.pair.com header.from=joe@manvscode.com; sender-id=pass; domainkeys=good Authentication-Results: pb1.pair.com smtp.mail=joe@manvscode.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain manvscode.com designates 72.52.195.173 as permitted sender) DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: joe@manvscode.com X-Host-Fingerprint: 72.52.195.173 host2.hosting-pp.com Windows 98 (1) Received: from [72.52.195.173] ([72.52.195.173:39523] helo=jupiter.hosting-pp.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 54/D4-54527-EB4AA1B4 for ; Sat, 05 Dec 2009 13:21:50 -0500 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=manvscode.com; h=Received:Subject:From:To:Content-Type:Date:Message-Id:Mime-Version:X-Mailer:Content-Transfer-Encoding; b=rD4UiucjOvPkzWonDAwM1CkcrnqyIqNY3KiCnG3Fb9XCXFmwczagQcimXvS+mPnQIpEsGyLAx3f2X0Vz91sFLCwgOUTH1YbjcfFavFq4zK//8gVFIqYhuuqpIzQSp+JY; Received: from c-75-74-145-23.hsd1.fl.comcast.net ([75.74.145.23]:41376 helo=[192.168.1.2]) by jupiter.hosting-pp.com with esmtpsa (SSLv3:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1NGzGM-00030r-Tq for internals@lists.php.net; Sat, 05 Dec 2009 13:21:47 -0500 To: internals@lists.php.net Content-Type: text/plain Date: Sat, 05 Dec 2009 13:21:30 -0500 Message-ID: <1260037290.2628.12.camel@ice.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.26.3 (2.26.3-1.fc11) Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - jupiter.hosting-pp.com X-AntiAbuse: Original Domain - lists.php.net X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - manvscode.com Subject: Persistent cURL handles. From: joe@manvscode.com (Joseph Marrero) Hi everyone. I have some changes for persistent curl handles. I think this should improve performance. If you agree, please review the code for correctness and perhaps consider adding it to the cURL extension. Some changes are obviously needed. The references to "fap" and/or "FAP" refer to our company's modifications and should probably be removed or changed. Happy hacking! Get it here: http://www.manvscode.com/download/curl_fap.tar.gz