Author fastflo
Recipients
Date 2007-04-29.15:29:59
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
i think opening the log file with "w" is inconsistent and therefore should be fixed.

as a comment: i do not need IPC/synchronisation if all processes are writing in append-mode to the same file. i am aware that sometimes log messages could get mixed up, but no single one will get completely lost (just eventually scattert if its a really big one).

for now we overloaded that function in our project. thanks!
History
Date User Action Args
2007-08-23 14:53:29adminlinkissue1708538 messages
2007-08-23 14:53:29admincreate