DEV Community

Discussion on: Unjam your server: NodeJS collaborative multitasking

Collapse
 
jwp profile image
John Peters • Edited

I think I get it Mike, just like Task Agnostic CPU assignment in .NET, you are saying this is the same thing in js-coroutines. I always thought that when node actually would be able to spin off CPU agnostic tasks like .NET, it would truly be on par with .NET.

Collapse
 
miketalbot profile image
Mike Talbot ⭐

Yeah it would be better to properly run Worker as simply, in this case it's more akin to old fashioned Windows with things giving up the processor so something else can run :)