I was wondering if down the road, BR will have build in support for multi-core & multi-socket computers.
Almost all modern computers come equipped with multi-core processors, making it possible to
multi-thred programs to run much faster and more efficient.
Multithreading support must be implemented into the programming it's self.
Multi-socket ( more than 1 CPU ) is nothing new in the world of computer servers. This feature enables servers / personal computers to split up CPU tasks, making things much faster - especially with multi-player servers.
Multi-socket support must be implemented into the programming as well.