in reply to Should I use IPC? Perhaps something else...*shrug*
Why do you need to keep on reading from the logfile when no clients are requesting updates? It would seem better/easier to simply keep the logfile filehandle open then check for new data on it when a client sends a request. This way the program only needs one loop, and you avoid any unnecessary IPC headaches.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Should I use IPC? Perhaps something else...*shrug*
by snafu (Chaplain) on May 11, 2001 at 03:12 UTC |