Newsgroups: php.internals,php.internals Path: news.php.net Xref: news.php.net php.internals:21108 php.internals:21109 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 5533 invoked by uid 1010); 8 Dec 2005 08:28:53 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 5518 invoked from network); 8 Dec 2005 08:28:53 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Dec 2005 08:28:53 -0000 X-Host-Fingerprint: 194.109.253.196 mediawave.xs4all.nl Received: from ([194.109.253.196:17124] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 53/BA-14828-5CEE7934 for ; Thu, 08 Dec 2005 03:28:53 -0500 To: internals@lists.php.net,Ilia Alshanetsky Message-ID: <4397EF0C.7040009@mediawave.nl> Date: Thu, 08 Dec 2005 09:30:04 +0100 User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 CC: internals@lists.php.net References: <22.BF.14828.12287934@pb1.pair.com> <43978448.9020004@prohost.org> <43979F1B.5000001@prohost.org> In-Reply-To: <43979F1B.5000001@prohost.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 194.109.253.196 Subject: Re: [PHP-DEV] Multithreading From: bart@mediawave.nl (Bart de Boer) > fork() works on windows as well, but on Win32 forking is MUCH slower > then threads. > > Ilia With fork() you mean using exec() to call php with another script, right? Because I can't seem to find the fork() function anywhere. :|