[Twisted-Python] My twisted web server fall down

2009-05-23 Thread Muaaz Hussain
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 met

[Twisted-Python] twisted eat the memory

2008-12-15 Thread Muaaz Hussain
I wrote web application on twisted and my application read from ulogd daemon and push the output to the client browser using AJAX .also I have another application displaying ethernets traffic using AJAX. but after some minutes the twisted process in the server eat the memory and the OOM-killer of

[Twisted-Python] Re: Twisted-Python Digest, Vol 57, Issue 6

2008-12-05 Thread Muaaz Hussain
I'm a beginner developer and I phase a problem in handling AJAX request by the server .I wore server side program to read from ulogd and diplay ulogd output to the client browser using AJAX technology avialable in nevow athena. Also I wrote another one to display tcpdump output .when I render