I don't think the web application gets the same value from multi-core / multi-threaded applications as the desktop application, because ultimately every HTTP request is synchronous (except for AJAX, but every AJAX request is still HTTP request), Of course, a server with a multi-core processor is good, and probably it can process requests faster, but I donโt think that there is much (in general) you can do with a multi-threaded application that ultimately displays an HTML document .
source share