Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:13847 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 23522 invoked by uid 1010); 14 Nov 2004 16:08:21 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 23493 invoked from network); 14 Nov 2004 16:08:21 -0000 Received: from unknown (HELO utopia.rusko.us) (207.44.144.89) by pb1.pair.com with SMTP; 14 Nov 2004 16:08:21 -0000 Received: from rusko (ool-44c0a1af.dyn.optonline.net [68.192.161.175]) by utopia.rusko.us (Sendmail) with SMTP id DADA1BBBAB for ; Sun, 14 Nov 2004 11:08:11 -0500 (EST) Message-ID: <002f01c4ca63$f00e2b50$0200a8c0@rusko> To: References: <41977D96.1020501@free.fr> Date: Sun, 14 Nov 2004 11:06:29 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Subject: Re: [PHP-DEV] php_fork(); From: paul@rusko.us ("Paul G") ----- Original Message ----- From: To: "Derick Rethans" Cc: "overight" ; Sent: Sunday, November 14, 2004 10:55 AM Subject: Re: [PHP-DEV] php_fork(); > Can't it be emulated? the semantics of fork() and CreateProcess(), for example, are antirely different, so no. p