Mobile app version of vmapp.org
Login or Join
Rambettina238

: Mulitcore or Clock Speed For programs like Apache, do they work better with more threads, or due to their asynchronous handling of requests make it so they handle better with a higher clock

@Rambettina238

Posted in: #Apache #Server

For programs like Apache, do they work better with more threads, or due to their asynchronous handling of requests make it so they handle better with a higher clock speed?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Rambettina238

1 Comments

Sorted by latest first Latest Oldest Best

 

@Jamie184

It depends on how your Web app is built and what it does when it is running.

If your app is running on a server with dual-core 2GHz and it is only using 50% of the CPU at all times, then going to a quad-core 3GHz is not going to improve the app’s performance. It may be to get that app to run better, you have to give it more RAM, or faster storage, or bigger bandwidth.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme