Re: [Twisted-Python] twisted eat the memory

2008-12-15 Thread Andreas Kostyrka
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

Re: [Twisted-Python] twisted eat the memory

2008-12-15 Thread Jean-Paul Calderone
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

Re: [Twisted-Python] twisted eat the memory

2008-12-15 Thread Cary Hull
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

[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