Chas Owens wrote:
> I wrote some experimental code and it looks like you don't have to reap
> the children (maybe this is just a C thing).

So, is it OK to fork processes without using waitpid?

In general, how are the servers (from the fork perspective - 
multithreading handling -) implemented in Perl?

> 
> On Tue, 2002-03-26 at 15:56, Ahmed Moustafa wrote:
> 
>>Chas, thanks a lot for your example.
>>
>>if the while loop is inside a main infinite loop (as if it was a 
>>daemon), do I still need to have the waitpid function? and if yes, where 
>>should be located?


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to