On Thursday, May 9, 2002, at 05:02 , Kevin Old wrote:
[..]
> I have 3 [file handle] pipes of streaming data that need to write to
> the same file......can it be done?


yes.

>   If so, how?

you might want to review

        perldoc -f select

and go back of how to implement the standard FD_SET select
loop - since it appears that your piece of code as the
'catcher' IS the arbitor of who gets to write to the file
at any one given time....

or are you trying to solve the middleware problem of sorting
out what data in each of them needs to be reordered so that
time coherency is maintained in the final file???


ciao
drieux

---


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

Reply via email to