Share this comment
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?
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?