Re: Memory usage problem of twisted server

2010-01-21 Thread Dieter Maurer
Victor Lin borns...@gmail.com writes on Wed, 20 Jan 2010 02:52:25 -0800 (PST): Hi, I encountered an increasing memory usage problem of my twisted server. I have posted a question on stackoverflow: http://stackoverflow.com/questions/2100192/how-to-find-the-source-of-increasing-memory-usage

Memory usage problem of twisted server

2010-01-20 Thread Victor Lin
Hi, I encountered an increasing memory usage problem of my twisted server. I have posted a question on stackoverflow: http://stackoverflow.com/questions/2100192/how-to-find-the-source-of-increasing-memory-usage-of-a-twisted-server I have read the article Improving Python's Memory Allocator

Problem with Twisted

2008-09-01 Thread Grom
Hello. I have something like that: from twisted.words.protocols.jabber import xmlstream from twisted.internet import protocol from twisted.words.xish import domish, utility from twisted.internet import reactor from twisted.python import log import sys, hashlib log.startLogging(sys.stdout) def

A problem of twisted and dbus

2008-01-02 Thread huisan . wang
Hello everyone, I am writing a program with twisted and dbus and got a such problem. If i run the code as $python local_proxy.py There is an error like this: Traceback (most recent call last): File local_proxy.py, line 608, in module reactor.listenTCP(143, factory) File