Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6795743
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T18:23:00+00:00 2026-05-26T18:23:00+00:00

Does NGINX or Apache benefit from a server that has either: Multi-cores, or Multiple

  • 0

Does NGINX or Apache benefit from a server that has either:

  • Multi-cores, or

  • Multiple processors?

If so, why?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T18:23:01+00:00Added an answer on May 26, 2026 at 6:23 pm

    Using several CPUs/CPU-Cores gives server applications the opportunity to process several client connections (and requests) in parallel (achieving higher performance).

    In a world of multi-Core CPUs, the question has been subject of extensive research.

    There are 3 ways of addressing parallelism (like multi-Core CPUs):

    1. using several processes;

    2. using several threads in a single process;

    3. using several threads in several processes.

    Apache has explored several models, and Nginx is using option #1.

    Which model performs better is generally considered as being a matter of implementation (at least under Unix where processes are very light so they can compete with threads).

    Now, back to the question my guess (based on reading tests published here) would be that the proper (multi-thread) Apache architecture should scale better than Nginx on multi-Core CPUs.

    Paradoxally, it does not mean that Apache is faster than Nginx: it just means that on 1, 2, 3, … 16 Cores, Apache would scale better than Nginx WHILE Nginx would process more client requests:

    • Performance is to be fast (processing more requests per second on a single-Core CPU)

    • Scalability is the ability to process more requests per seconds as the number of CPU Cores grows (the ideal is to scale linearly: doubling the requests per second as you double the number of CPU Cores).

    Scaling without performance is pointless if the number of requests per second of the server which scales is inferior to the speed of the server which does not scale (note that if the server REALLY scales well, there’s a point where having MANY Cores should make it perform better than the server that does not scale).

    Performing without scaling is making a server unable to take advantage of multi-Core CPUs.

    The future will certainly be made of server applications which do both correctly, to provide the best performance under all conditions (just a few Cores or many-many Cores).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

From my limited understanding of nginx I know that nginx seperates itself from Apache
I am trying to switch from apache to nginx on my server. The only
Our company has a project that right now uses nginx as a reverse proxy
We run your default apache behind nginx setup. This means that as far as
This question flows from the answer to: How does one set up multiple accounts
I have a Django based CMS that uses Django's sites framework and Nginx/Apache/mod_wsgi virtual
I have a problem with nginx when migrating from apache. all uris are rewrited
Does Google force employees who have offers from Facebook to leave immediately?
Does the Java language have delegate features, similar to how C# has support for
Does anyone have any recommendations of tools that can be of assistance with moving

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.