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

[Twisted-Python] UDP Logging Server

2011-03-11 Thread SIC FS LIST
Hello, I am trying to write a UDP based logging server. Generically speaking it looks somewhat like syslog except I needed a bit more flexibility that syslog can provide (or at least that I think it can provide). What I'm trying to accomplish is: -- receive UDP packet -- parse UDP packet -- writ