5 Comments
User's avatar
Marcos F. Lobo 🗻's avatar

I didn't see the code of NGINX but, as a user, NGINX is pretty impressive.

Another one I love is HAProxy. I've used this for my services and the performance was amazing as well.

Thanks for this analysis Neo!

Expand full comment
Neo Kim's avatar

nice, thank you.

Expand full comment
Raul Junco's avatar

Nginx’s architecture rock—simple yet effective. A must-read for anyone scaling web servers.

Expand full comment
Neo Kim's avatar

true, I love the event-driven architecture. Thank you

Expand full comment
MohammadAzeem's avatar

Tell me if I am right

If I have a machine with 4cores-8threads

so cores means how many concurrent tasks can be done like how many nodejs instances can I spin and threads is just what each core has 2 to run stuff (does each thread runs one event-loop system)

kindly tell me they general way how can I estimate from machine specs like how much can It do?

Expand full comment