Re: [Twisted-Python] Seeking advice: Coping with heavy log file loads

2010-04-09 Thread Kees Bos
On Fri, 2010-04-09 at 15:23 +0200, Itamar Turner-Trauring wrote: > On Fri, 2010-04-09 at 11:49 +0200, Kees Bos wrote: > > > I think you could try to use a custom light weight log function that > > just queues the log messages (FIFO) and bursts them, say every second, > >

Re: [Twisted-Python] Seeking advice: Coping with heavy log file loads

2010-04-09 Thread Kees Bos
On Fri, 2010-04-09 at 10:35 +0200, Paul Goins wrote: > There may not be a clear answer to this problem, and the answer may or > may not be Twisted-specific. I'm just trying to fish for ideas here. > > The server I'm working on suffers from extremely high CPU time spent in > the logging functions.