Threads

Here you can propose new features, make suggestions etc.

Moderators: Hacker, petermad, Stefan2, white

Post Reply
Randall
Junior Member
Junior Member
Posts: 12
Joined: 2011-08-10, 18:12 UTC

Threads

Post by *Randall »

Have you considered threading total commander - specifically the processes that add-ons use. I frequently will unzip or un-rar or use any of a number of add-ons on several files at once and I have noticed that quite often, my I7 processor has core number one pegged but the rest are at zero. How difficult would it be to program a thread handler?
User avatar
MVV
Power Member
Power Member
Posts: 8711
Joined: 2008-08-03, 12:51 UTC
Location: Russian Federation

Post by *MVV »

If your file manager works with files, it spends most of time on disk IO operations and not on CPU operations.
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 50549
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

I'm already threading many operations: in all those where there is a "background" button. Also some file system plugins already support threading (they need to signal it via function FsGetBackgroundFlags).
Author of Total Commander
https://www.ghisler.com
Post Reply