Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Python Locks, RLocks, Semaphores, Conditions, Events and Queues (laurentluce.com)
33 points by mcmc on Feb 7, 2011 | hide | past | favorite | 4 comments


While the OP talks specifically about Python, the patterns of a semaphore, lock (aka mutex, a semaphore with value 1), condition and queue are relevant to many languages, many of which are not hampered by a GIL. Personally, the more I use threads, the more I like this way of programming, at least for the request/response paradigm.


Try writing an operating system. Then let me know if you still like programming with threads.


That is an entirely different problem than the one I typically face. Also while I have no experience writing OS's, but IIRC none of the modern ones have their processes based on event loop. Maybe writing an OS is just not a trivial problem and the code is bound to be somewhat ugly.





Consider applying for YC's Fall 2026 batch! Applications are open till July 27.

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

Search: