Page 1 of 1

Deluge under Python perfomance

Posted: Tue Mar 03, 2009 3:55 pm
by ev-i
My PC on FreeBSD 7.1 with Celeron 900 and 128Mb RAM is using for traffic balancing and running Deluge.
Python 2.6
Deluge (last version)
Refresh interval (in AJAX) - 2 sec
WEB-UI only used
Used to run: "deluged && deluge --ui web"

Python process taking about 20%-30%-50% of CPU usage during download.

Can I decrease CPU load using other version of Python or by using http://psyco.sourceforge.net/ - Python code optimizator :)

Re: Deluge under Python perfomance

Posted: Tue Mar 03, 2009 10:35 pm
by johnnyg
If you read the intro page for psyco you'll see that it mentions it uses alot of memory - so I don't think it's suitable.