ToS is a single-threaded application, AFAIU. Thus, it would struggle under load on a modern multi-core computer. Each core in a multi-core CPU is not that powerful, but there are many (4? 8? 16?) of them. If the application does not take advantage of multiple cores, it won't perform very well...