❦ 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
❦ 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
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