> I'm going to research vijayan121's links to see if I can get them to work for me.
if you just need to communicate between the two processes, a file is not required at all. you could use a standard IPC technique (shared memory, pipes, sockets, rpc). a file is required only if you want the data to persist after process termination.
vijayan121 1,152 Posting Virtuoso
vijayan121 1,152 Posting Virtuoso
vijayan121 1,152 Posting Virtuoso
sjcomp commented: Good alternative, clear example +1
Ancient Dragon commented: Gread explaination -- I learned something too today :) +25