Re: 2 daemons write to a single file /w python file IO

2007-09-14 Thread Steven W. Orr
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

Re: 2 daemons write to a single file /w python file IO

2007-09-11 Thread Evan Klitzke
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