in reply to Synchronizing Multiple System Processes
What operating system do you use?
* update: file-handles are always flushed & closed when your program exit()s, but might remain open or unflushed if your program terminates with certain exceptions or when you call POSIX::_exit() or exec().
|
|---|