in reply to Re: Daemon problem with sleep()
in thread Daemon problem with sleep()
I think newlines wouldn't help here, as the LOG handle isn't 'interactive' (such as when connected to a tty). Virtually anything else is by default block-buffered (as opposed to line-buffered in the interactive case).
|
|---|