[Twisted-Python] My twisted web server fall down

Alvin Delagon adelagon at gmail.com
Sun May 24 00:49:37 MDT 2009


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.



On Sun, May 24, 2009 at 2:15 PM, Muaaz Hussain <muaazhussain128 at gmail.com>wrote:

> Dear all,
> I ran penetration testing tool against my twisted web server , the
> tool used to make a huge number of threads, all that threads make a
> connection to the twisted concurrently.
> when I made the number of threads more than 1024 the twisted web
> server eventually has fall down.
> is there any method to let the twisted web server to limit the
> concurrent connection per second or per host.
>
> _______________________________________________
> Twisted-Python mailing list
> Twisted-Python at twistedmatrix.com
> http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
>



-- 
http://www.alvinatorsplayground.blogspot.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/twisted-python/attachments/20090524/abc9c680/attachment.html>


More information about the Twisted-Python mailing list