Y
Hacker News
new
|
ask
|
show
|
jobs
by
uggedal
5846 days ago
Nginx is single threaded, handeling incoming requests asynchronous. This architecture can scale to several thousand simultaneous requests. Apache on the other hand uses multiple os threads to handle simultaneous requests.