Deluge Startup time

Suggestions and discussion of future versions
Post Reply
roger_ramjet
Member
Member
Posts: 14
Joined: Tue Nov 11, 2008 4:01 am

Deluge Startup time

Post by roger_ramjet »

Hello,

Is there anyway to improve the startup time of Deluge?
Would/could something like Psyco (http://psyco.sourceforge.net/) help?

Sorry if this is a newb question.

Brad
;)
johnnyg
Top Bloke
Top Bloke
Posts: 1522
Joined: Sun Oct 28, 2007 4:00 am
Location: Sydney, Australia

Re: Deluge Startup time

Post by johnnyg »

I don't see the startup time for deluge being a problem.

As for whether a JIT-compiler would improve the startup time? I think you would find that the overhead of running the compiler would probably outweigh any speed improvements gained in starting up deluge.
roger_ramjet
Member
Member
Posts: 14
Joined: Tue Nov 11, 2008 4:01 am

Re: Deluge Startup time

Post by roger_ramjet »

Thanks for the reply.

Perhaps its just my work computer.
Python is still such new territory for me.

I should know the penalties from C# startup time.
I guess i wasn't really sure the penalty with Pyco Jit.

I guess i will try at home.
johnnyg
Top Bloke
Top Bloke
Posts: 1522
Joined: Sun Oct 28, 2007 4:00 am
Location: Sydney, Australia

Re: Deluge Startup time

Post by johnnyg »

For me at least, it takes less than 2s to start up the GTK UI and starting up just the deamon is nearly instant.
I should mention that the very core of deluge, libtorrent, which does all the torrent handling is written in C++ not Python.
markybob
Compulsive Poster
Compulsive Poster
Posts: 1230
Joined: Thu May 24, 2007 11:27 pm
Location: Chicago, IL, USA
Contact:

Re: Deluge Startup time

Post by markybob »

roger_ramjet wrote:Hello,

Is there anyway to improve the startup time of Deluge?
Would/could something like Psyco (http://psyco.sourceforge.net/) help?

Sorry if this is a newb question.

Brad
;)
what exactly is your problem? does the window take a long time to draw itself? do the torrents get added too slowly? does it recheck every torrent on every startup?
roger_ramjet
Member
Member
Posts: 14
Joined: Tue Nov 11, 2008 4:01 am

Re: Deluge Startup time

Post by roger_ramjet »

Hello,

It was my work computer that was taking a while to start.
I got back to work and tried it again .. i guess it is not too bad.

It takes around 5 seconds to start. The time spent is at the "console" stage. I can see a black console window before it starts then it takes about a second to draw the window.

Its not really a problem.

Version : Windows
OS: Windows XP SP3
Hardware : Intel Q6600, 2 GB Ram
Post Reply