Hacker News new | past | comments | ask | show | jobs | submit login

I think the best case for dirty schedulers in Erlang isn't for running CPU-intensive tasks within the same VM that's doing your IO, though; it's for running a separate Erlang node, on a separate machine, and sending it CPU-heavy work to do over the distribution protocol. Effectively, an isolated Erlang node + dirty schedulers + NIFs is a souped-up, easier-to-code-for C node.



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

Search: