[Twisted-Python] Weekly Bug Summary

2011-03-12 Thread exarkun
Bug summary __ Summary for 2011-03-06 through 2011-03-13 Opened Closed Total Change Enhancements: 6 16716-10 Defects: 9 14532 -5 Tasks: 1 1 6

Re: [Twisted-Python] UDP Logging Server

2011-03-12 Thread Tim Allen
On Sat, Mar 12, 2011 at 02:33:45PM +0200, Pandelis Theodosiou wrote: > On Sat, Mar 12, 2011 at 3:32 AM, Tim Allen wrote: > > Of course, if you flush after every disk read, your program will run > > a bit more slowly and with more I/O... for an application where > > reliability is more important th

Re: [Twisted-Python] UDP Logging Server

2011-03-12 Thread SIC FS LIST
Tim, Just a quick note to answer your questions: I have _proc_msg separated out as I'll be adding some additional functionality on later (adding ACK messages for certain types of log messages). I do like the way you handled the _new_msg func. I'll probably do that instead ... but with a couple

Re: [Twisted-Python] UDP Logging Server

2011-03-12 Thread SIC FS LIST
Hello, Thanks for the help. Adding a timerservice that calls .flush() on the files every minute (and before rotating the logs) seems to have helped. Appreciate the quick response and feedback. Thanks again! SDR ___ Twisted-Python mailing list Twisted

Re: [Twisted-Python] UDP Logging Server

2011-03-12 Thread Pandelis Theodosiou
On Sat, Mar 12, 2011 at 3:32 AM, Tim Allen wrote: > On Fri, Mar 11, 2011 at 01:15:47PM -0600, SIC FS LIST wrote: > > So far I have a "working" implementation ... but I'm noticing that if I > do > > the following: > > -- log when a message is received > > -- that for that message it "might" show u