On July 1, 2005 07:24 pm, Archaic wrote: > With a low nice value, then simultaneous wouldn't really hurt.
Unless you got three processes running at the same time that are all trying to write to the same file at once. You can't, in that kind of scenario, be sure which file ends up being written last. It might be the first process, or the second, while we'd want the third one to be the "active" one. And if nothing else, it's ugly. We can do better programming than that. :) -- Gerard Beekmans /* If Linux doesn't have the solution, you have the wrong problem */ -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
