Am Mon, 15 Dec 2008 20:31:39 +0300
schrieb "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 t
On Mon, 15 Dec 2008 20:31:39 +0300, Muaaz Hussain
wrote:
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 twiste
What version of Python are you using? 2.4 and below have problems
releasing memory back to the OS. Since Twisted apps are normally long
running Python daemons they can be more prone to memory leaks. You
need to be aware of how objects are garbage collected in Python and
rework your code if necessar
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