Hi,
Is TC finally planning to introduce process isolation for basic operations such as copying, moving, etc. (currently, only search has this partial capability), and will it finally begin supporting multi-core CPU in 2026?
Process isolation and multi-core support
Moderators: Stefan2, Hacker, petermad
- ghisler(Author)
- Site Admin

- Posts: 53138
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Re: Process isolation and multi-core support
No, why? Do you constantly get crashes when copying?process isolation
You can do multiple operations in parallel in the background, but in most cases this isn't faster because accessing the file system is the limiting factor.multi-core CPU
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Re: Process isolation and multi-core support
This isn’t the ’90s anymore.No, why? Do you constantly get crashes when copying?
Those days of floppy disks are long gone, too.You can do multiple operations in parallel in the background, but in most cases this isn't faster because accessing the file system is the limiting factor.
That's bad. I understand the software was written over 30 years ago, but come on. I also understand that the author isn’t as up-to-date as he used to be due to his age and simply can’t keep up with the changes and current standards, but maybe this is the moment to hire someone with modern programming knowledge or look into the possibilities of vibe coding (Claude, Google AI, OpenAI are fine) that could realistically help modernize such archaic code. I’ve already witnessed (twice) the downfall of excellent software where a single author killed their own creation due to a reluctance to adapt to reality.
Actually, I'm not surprised, given the stagnation, but I am disappointed. Oh well. Thanks for your reply.
Re: Process isolation and multi-core support
2p0k3m0n
I guess Christian still has enough income from TC.
Btw. the TC x64 code is not 30 years old, but you don't know much about.
If you think vibe coding (Claude, Google AI, OpenAI) and all that fancy stuff is that easy
it should be no problem for you to make your own File manager based on your long experience
I guess Christian still has enough income from TC.
Btw. the TC x64 code is not 30 years old, but you don't know much about.
If you think vibe coding (Claude, Google AI, OpenAI) and all that fancy stuff is that easy
it should be no problem for you to make your own File manager based on your long experience
Windows 11 Home, Version 25H2 (OS Build 26200.8737)
TC 11.58 x64 / x86
Everything 1.5.0.1416b (x64), Everything Toolbar 2.4.1
QAP 12.3 x64, Listary Pro 7.0.0.3 beta
TC 11.58 x64 / x86
Everything 1.5.0.1416b (x64), Everything Toolbar 2.4.1
QAP 12.3 x64, Listary Pro 7.0.0.3 beta
Re: Process isolation and multi-core support
Where's the advantage of using separate processes for copying? TC can already use a separate thread to copy/move files if you use the background transfer manager (or send a running tranfer to the background). The same applies to checksum verification which is done in a separate thread. Furthermore, TC creates archives using multiple cores/threads just like most modern archivers do.
Running a separate process to copy files just adds overhead. I'm also wondering which file manager uses separate processes for such operations. Explorer certainly does not (but then again Explorer isn't a file manager as its name implies
).
Running a separate process to copy files just adds overhead. I'm also wondering which file manager uses separate processes for such operations. Explorer certainly does not (but then again Explorer isn't a file manager as its name implies
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror

