My point exactly.
However, I *know* that perl emulates it using threads.

But, when thinking of it, Cygwin emulates fork() by copying the
address space of a process to a newly created process. It's a bit
slow, but at least it works.

Guess getting into the kernel mode driver land to create *actual*
fork() on win32 is a bit beyond php development.

On Sun, 14 Nov 2004 21:02:01 +0100, Aaron Wormus <[EMAIL PROTECTED]> wrote:
> Derick Rethans wrote: 
> On Sun, 14 Nov 2004, [EMAIL PROTECTED] wrote:

 
> Can't it be emulated?
 The *concept* doesn't exist on Windows, so no.
 Perl
> emulates it pretty nicely on windows
> 
> http://www.perldoc.com/perl5.8.4/pod/perlfork.html
> 
> Aaron
>

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to