Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:13845 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 5251 invoked by uid 1010); 14 Nov 2004 16:04:53 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 2523 invoked from network); 14 Nov 2004 16:03:39 -0000 Received: from unknown (HELO rproxy.gmail.com) (64.233.170.193) by pb1.pair.com with SMTP; 14 Nov 2004 16:03:39 -0000 Received: by rproxy.gmail.com with SMTP id q1so623083rnf for ; Sun, 14 Nov 2004 08:03:39 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=JScIR/D4f/dPyTxIYhcpHtOVtyM265KrpDdPC/RSRNyr6h0lT2XVXXCL8nuzgzY+s16usSZo/o+PVzkKve/vIXFqf5oBL0Sgdh8Uu+uJEybgJfxXPzLWsVEowNL/OVKqYQrMHm6A2hwPeNxIFb6jrmUG2ZHYVLhf+zlJmwRFsc4= Received: by 10.38.171.14 with SMTP id t14mr10510rne; Sun, 14 Nov 2004 08:03:39 -0800 (PST) Received: by 10.38.70.1 with HTTP; Sun, 14 Nov 2004 08:03:39 -0800 (PST) Message-ID: Date: Sun, 14 Nov 2004 18:03:39 +0200 Reply-To: "ilya77@gmail.com" To: Derick Rethans Cc: overight , internals@lists.php.net In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <41977D96.1020501@free.fr> Subject: Re: [PHP-DEV] php_fork(); From: ilya77@gmail.com ("ilya77@gmail.com") The *concept* of copying the address space of a process to another process doesn't exist? How does the Win32 loader work? Btw, I'm not aware of if the PHP engine is multithreaded, but if it's possible to run multiple scripts in multiple threads of the same process, that could do the trick. On Sun, 14 Nov 2004 16:58:39 +0100 (CET), Derick Rethans wrote: > On Sun, 14 Nov 2004, ilya77@gmail.com wrote: > > > Can't it be emulated? > > The *concept* doesn't exist on Windows, so no. > > > > Derick > > -- > Derick Rethans > http://derickrethans.nl | http://ez.no | http://xdebug.org >