Deluge under Python perfomance

General support for problems installing or using Deluge
Post Reply
ev-i
New User
New User
Posts: 4
Joined: Tue Mar 03, 2009 3:30 pm
Location: Russia
Contact:

Deluge under Python perfomance

Post 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 :)
Crazy russian Ivan
johnnyg
Top Bloke
Top Bloke
Posts: 1522
Joined: Sun Oct 28, 2007 4:00 am
Location: Sydney, Australia

Re: Deluge under Python perfomance

Post 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.
Post Reply