Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

No, JS runtimes don't do "fine" with concurrent operations, unless you are "waiting". If you are doing heavy processing, the whole service freezes. That's indeed the primary reason I need worker threads.

Erlang's runtime does "fine" with its preemptive concurrency model, JS runtimes are a joke in this regard.



Have you tried async generator functions?




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: