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?
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!
nice, thank you.
Nginx’s architecture rock—simple yet effective. A must-read for anyone scaling web servers.
true, I love the event-driven architecture. Thank you
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?