Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:8550 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 55491 invoked by uid 1010); 17 Mar 2004 05:09:45 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 55427 invoked from network); 17 Mar 2004 05:09:44 -0000 Received: from unknown (HELO zinc.magicrock.net) (203.94.130.162) by pb1.pair.com with SMTP; 17 Mar 2004 05:09:44 -0000 Received: (qmail 26956 invoked from network); 17 Mar 2004 05:09:41 -0000 Received: from unknown (HELO nuance) (mailrelay@203.209.116.47) by zinc.magicrock.net with SMTP; 17 Mar 2004 05:09:41 -0000 To: internals@lists.php.net Date: Wed, 17 Mar 2004 12:11:43 +0700 MIME-Version: 1.0 Message-ID: <4058407F.12039.280529@localhost> Priority: normal X-mailer: Pegasus Mail for Windows (v4.12a) Content-type: Multipart/Alternative; boundary="Alt-Boundary-21627.2622761" Subject: curl-multi-info-read not functioning From: jason@neodisco.com --Alt-Boundary-21627.2622761 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body Hello! I am writing a php-cgi server, using curl-multi. It needs to start a bunch of curl 'threads', and steadily process the results of finished 'threads' and start new ones in their place. It seems to be working other than curl_multi_info_read() - this function does not return any data so I cannot see which curl threads have finished and are ready for processing. Looking at the curl.haxx.se curl-lib docs, it doesn't look too complicated (I'm not a C programmer though!) to implement, seeing as everything else is working. Perhaps I have missed something entirely. I assume it is the same problem as mentioned here:? http://marc.theaimsgroup.com/?l=php-dev&m=104791992407964&w=2 Thank you in advance for any help or suggestions you can offer, or perhaps even an ETA on when this function might be finished so I can either wait, or skin the cat another way. Warm regards, Jason --Alt-Boundary-21627.2622761--