Hacker News new | ask | show | jobs
by anandrm 4444 days ago
Nginx is much more scalable and utilizes less resources than apache. Apache uses a thread per socket , where as nginx is non blocking and runs with fewer threads .