From: Mark P. <ma...@ml...> - 2004-01-11 22:18:35
|
On Dec 26, Mike Schilli's good news was: > Mark Pfeiffer wrote on 12/23/2003, 3:26 PM: > > > We handle multiple writers using flock(). > > Thanks for clarifying that, Mark. It seems like you're synchronizing > every logged message via flock(), though (sub logit()) -- is that > intended? I would guess this has a major performance impact. > Yes. I havn't done any performance testing to see if it is a major issue. Do you have some view on this? Are there better ways? cheers markpf |