Re: [Twisted-Python] Recommended daemon monitoring tools for ubuntu

2013-05-18 Thread Vincent Bernat
❦ 16 mai 2013 19:02 CEST, Jonathan Vanasco  : > i'm running a twisted daemon on ubuntu > > It seems to get shut down by the system periodically. Logs show that > the kernel (or something) kills it for taking up too much memory. I > definitely have coding issues in there that i'm working on to a

Re: [Twisted-Python] Twisted in a multicore environment

2012-07-11 Thread Vincent Bernat
❦ 10 juillet 2012 20:08 CEST, Werner Thie  : > We observed really great scaling on multi cores with moving the > application part either to ampoule for PDF production or in the other > case I wrote an implementation of self regulating process pool based on > spread, leaving only the serving to

Re: [Twisted-Python] Automatic test for Twisted

2009-05-28 Thread Vincent Bernat
OoO En cette soirée bien amorcée du jeudi 28 mai 2009, vers 22:24, Juanjo Conti disait : > is there a way to write sort of unittest for Twisted and run them? Twisted even has its own engine to run unit tests. Look at the sources of Twisted in the test/ directory. There is a lot of unit