On Sat, 2005-04-30 at 13:25, Sri Pen wrote:
> Need Help on how  to fork process and use FIFO.
> 
> I have 10 processes that I would like to fork form parent.
>          Each process reads a different file, processes it and returns a
> log.
> I Need to consolidate all the Logs from all 10 processes and write it out to
> a single file.
> 

when many processes write to a single log file there are bound to be
problems especially if the frequency of writes are high. I would suggest
you try using syslog utility ( if on a unix like environment)

Bye
Ram


----------------------------------------------------------
Netcore Solutions Pvt. Ltd.
Website:  http://www.netcore.co.in
Spamtraps: http://cleanmail.netcore.co.in/directory.html
----------------------------------------------------------

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to