Re: [PHP] Re: [PHP-DEV] Fork() in php?

2001-05-24 Thread ~~~i LeoNid ~~
On 20 May 2001 16:16:47 -0700 impersonator of [EMAIL PROTECTED] (Manuel Lemos) planted I saw in php.general: Weren't you the one that was saying that you opposed to the existence of a PHP compiler? Despite your opposition, Zeev and Andi brought it up to the joy of many PHP users. Hi. Is it

Re: [PHP] Re: [PHP-DEV] Fork() in php? (äâà óäàðà - 8 äûðîê?)

2001-05-24 Thread ~~~i LeoNid ~~
On 21 May 2001 10:06:41 -0700 impersonator of [EMAIL PROTECTED] (Zeev Suraski) planted I saw in php.general: At 08:24 21/5/2001, Rasmus Lerdorf wrote: You are assuming they even read this mailing list. *ping* (in Tokyo, so it took me a while to catch up on my Email) Zeev Sorry for _an_

Re: [PHP] Re: [PHP-DEV] Fork() in php?

2001-05-21 Thread Plutarck
IMHO, one of the main attractions of open source software is that the creators themselves are easy to contact. Getting a question answered by a company usually involves talking to customer service, who gets an answer from a supervisor, who asked the lead of the programming department, who asked

Re: [PHP] Re: [PHP-DEV] Fork() in php?

2001-05-21 Thread Zeev Suraski
At 08:24 21/5/2001, Rasmus Lerdorf wrote: You are assuming they even read this mailing list. *ping* (in Tokyo, so it took me a while to catch up on my Email) Zeev -- Zeev Suraski [EMAIL PROTECTED] CTO co-founder, Zend Technologies Ltd. http://www.zend.com/ -- PHP General Mailing List

[PHP] Re: [PHP-DEV] Fork() in php?

2001-05-20 Thread Manuel Lemos
Hello Zeev, On 12-May-01 14:14:10, you wrote: At 04:05 12/5/2001, Wez Furlong wrote: I know that there might be some bad interactions with apache if you fork, but if you allow PHP to spot that it forked and call _exit() instead of returning into the SAPI, you should be OK? Not really, the

Re: [PHP] Re: [PHP-DEV] Fork() in php?

2001-05-20 Thread Rasmus Lerdorf
Not really, the parent has to somehow call wait() on the child, otherwise you'd get zombie processes... Generally, implementing that sort of stuff within the Apache framework is a bit of asking for trouble :I Anyway, PHP really lacks of real multi-threading capabilities. Things like

RE: [PHP] Re: [PHP-DEV] Fork() in php?

2001-05-20 Thread Richard Heyes
Nope, but you can use the ticks feature to do some of this. Is there any documentation for this? I searched the manual and php.net but came up with nothing :( Cheers. -- Richard Heyes -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [PHP] Re: [PHP-DEV] Fork() in php?

2001-05-20 Thread Manuel Lemos
Hello Rasmus, On 20-May-01 17:42:22, you wrote: Not really, the parent has to somehow call wait() on the child, otherwise you'd get zombie processes... Generally, implementing that sort of stuff within the Apache framework is a bit of asking for trouble :I Anyway, PHP really lacks of real

Re: [PHP] Re: [PHP-DEV] Fork() in php?

2001-05-20 Thread Rasmus Lerdorf
On 20-May-01 17:42:22, you wrote: Not really, the parent has to somehow call wait() on the child, otherwise you'd get zombie processes... Generally, implementing that sort of stuff within the Apache framework is a bit of asking for trouble :I Anyway, PHP really lacks of real

Re: [PHP] Re: [PHP-DEV] Fork() in php?

2001-05-20 Thread Manuel Lemos
Hello Rasmus, On 20-May-01 19:08:16, you wrote: On 20-May-01 17:42:22, you wrote: Not really, the parent has to somehow call wait() on the child, otherwise you'd get zombie processes... Generally, implementing that sort of stuff within the Apache framework is a bit of asking for

Re: [PHP] Re: [PHP-DEV] Fork() in php?

2001-05-20 Thread Rasmus Lerdorf
Weren't you the one that was saying that you opposed to the existence of a PHP compiler? Despite your opposition, Zeev and Andi brought it up to the joy of many PHP users. Well, it is not part of PHP. It isn't even free. Since Zeev and Andi seem to be currently the most capable developers

Re: [PHP] Re: [PHP-DEV] Fork() in php?

2001-05-20 Thread Zak Greant
Manuel wrote: [...] Since Zeev and Andi seem to be currently the most capable developers to bring multi-threading capability to PHP because they developed PHP current engine - Zend, my question still goes for them. After all they always seemed more reasonable and opened to my suggestions

Re: [PHP] Re: [PHP-DEV] Fork() in php?

2001-05-20 Thread Manuel Lemos
Hello Rasmus, On 20-May-01 20:22:48, you wrote: Weren't you the one that was saying that you opposed to the existence of a PHP compiler? Despite your opposition, Zeev and Andi brought it up to the joy of many PHP users. Well, it is not part of PHP. It isn't even free. As long it works

Re: [PHP] Re: [PHP-DEV] Fork() in php?

2001-05-20 Thread Greg Wright
*** REPLY SEPARATOR *** On 20/05/2001 at 5:34 PM Zak Greant [EMAIL PROTECTED] [gregausit/phplist] wrote: Manuel wrote: [...] Since Zeev and Andi seem to be currently the most capable developers to bring multi-threading capability to PHP because they developed PHP current

Re: [PHP] Re: [PHP-DEV] Fork() in php?

2001-05-20 Thread Frank Joerdens
On Sun, May 20, 2001 at 01:43:36PM -0700, Rasmus Lerdorf wrote: Not really, the parent has to somehow call wait() on the child, otherwise you'd get zombie processes... Generally, implementing that sort of stuff within the Apache framework is a bit of asking for trouble :I Anyway, PHP

Re: [PHP] Re: [PHP-DEV] Fork() in php?

2001-05-20 Thread Frank Joerdens
On Mon, May 21, 2001 at 01:55:10PM +1000, Greg Wright wrote: [ . . . ] IIRC Rasmus was one of the main people involved in bringing PHP to life, it Well, if anyone can be said to have invented it, it's Rasmus. At some point around 96 (?) he was approached by Zeev and some others who suggested to