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

> The big benefit is that you get concurrency without the overhead of multi-process.

Bigger thing imo is that multiprocessing is just really annoying. In/out has to be pickleable, anything global gets rerun in each worker which often requires code restructuring, it doesn't work with certain frameworks, and other weird stuff happens with it.



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

Search: