On Tuesday, Sep 11th 2007 at 21:17 -0700, quoth Andrey:
=>i have a newbie question about the file() function.
=>I have 2 daemons running on my linux box.
=>
=>1 will record the IDs to a file - logs.txt
=>other 1 will open this file, read the IDs, and then "Clean up the
=>file" -logs.txt
=>
=>Sin
On Tue, 2007-09-11 at 21:17 -0700, Andrey wrote:
> HI
>
> i have a newbie question about the file() function.
> I have 2 daemons running on my linux box.
>
> 1 will record the IDs to a file - logs.txt
> other 1 will open this file, read the IDs, and then "Clean up the
> file" -logs.txt
>
> Sinc