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

Python has proper threads, and they're anything but simple.


Python threads aren't simple, because of the shared everything model python uses, so any variable access requires the GIL. Shared nothing threads are much simpler to work with.




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

Search: