Re: [Twisted-Python] How to explicitly free memory in twisted daemon process

2011-09-26 Thread Andrew Bennetts
On Tue, Sep 27, 2011 at 07:48:20AM +0800, Don Li wrote: > Hi, > > I have facing a problem: > "According to the Python memory pool mechanism, the memory usage will take > up more and more in a long-running daemon process. > "In the long sustained logon and logout logic by a lot of users , Twist

[Twisted-Python] How to explicitly free memory in twisted daemon process

2011-09-26 Thread Don Li
Hi, I have facing a problem: "According to the Python memory pool mechanism, the memory usage will take up more and more in a long-running daemon process. "In the long sustained logon and logout logic by a lot of users , Twisted process MUST stop restarting because the memory usage." With "me