[Twisted-Python] My twisted web server fall down

Reza Lotun rlotun at gmail.com
Sun May 24 03:39:19 MDT 2009


On Sun, May 24, 2009 at 7:49 AM, Alvin Delagon <adelagon at gmail.com> wrote:
> Are logs saying something like this: "Too Many Open Files"? If it is, you
> have to setup your file descriptor limit (ulimit -n) first before starting
> the app.

In addition to changing ulimit -n values you should also take a look
at your kernel settings in sysctl and check that your fs.file-max
setting is something suitably high (this is assuming you're using
linux...).

Reza

-- 
Reza Lotun
+44 (0)7521 310 763
rlotun at gmail.com




More information about the Twisted-Python mailing list