I was thinking about MT in php, but  the platform differences  would be a nightmare.
We could abstract it like perl does, though even their implementation
has problems.

I would like to start with process control features (fork(), signals, waitpid() etc), 
but
I am not sure where everything should go. Should there be a /ext/process?
Should signals be in a separate extension?

Let me know what you guys think.
-Jason


----- Original Message -----
From: "Zeev Suraski" <[EMAIL PROTECTED]>
To: "Stig Sæther Bakken" <[EMAIL PROTECTED]>
Cc: "Manuel Lemos" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Monday, May 21, 2001 4:33 AM
Subject: Re: [PHP-DEV] Fork() in php?


At 16:00 21/5/2001, Stig Sæther Bakken wrote:
>There are no plans for adding MT to PHP itself, but you do have "a
>poor man's cooperative multi-threading" through ticks.  So now we have
>a poor man's objects and a poor man's multitasking.  What does that
>say about us? :-)

That we have a filthy rich man's Web platform? :)

Zeev


--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to