Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:17286 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 73369 invoked by uid 1010); 17 Jul 2005 18:29:15 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 73354 invoked from network); 17 Jul 2005 18:29:15 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Jul 2005 18:29:15 -0000 X-Host-Fingerprint: 217.158.187.220 drake.uknoc.co.uk Linux 2.4/2.6 Received: from ([217.158.187.220:55901] helo=drake.uknoc.co.uk) by pb1.pair.com (ecelerity HEAD r(6212)) with SMTP id 99/AA-10960-B73AAD24 for ; Sun, 17 Jul 2005 14:29:15 -0400 Message-ID: <99.AA.10960.B73AAD24@pb1.pair.com> Received: from [217.31.147.116] (helo=connecte053342) by drake.uknoc.co.uk with esmtpa (Exim 4.50) id 1DuDt3-0000Fx-3I for internals@lists.php.net; Sun, 17 Jul 2005 19:29:13 +0100 To: Date: Sun, 17 Jul 2005 19:30:00 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 Thread-Index: AcWKbqnQ0Uy10KkBSh2s99Y051CYEQABuXMQACHWaRA= X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - drake.uknoc.co.uk X-AntiAbuse: Original Domain - lists.php.net X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - bankfarm.org X-Source: X-Source-Args: X-Source-Dir: Subject: HTTPS/multi-curl timeouts From: emile@bankfarm.org ("Emile") Hi I am experiencing problems when using multi-threaded cURL (libcurl) on PHP. When I have more than about 5 threads, all subsequent threads fail to connect. I presume this is because PHP hasn't implemented the CRYPTO_callback functions to prevent OpenSSL locking. Following on from this thread about an implementation of libcurl... http://curl.haxx.se/mail/lib-2004-06/0086.html Does anyone know how I could implement the CRYPO_callbacks in PHP? Thanks Emile