2010-01-07から1日間の記事一覧

Pythonで排他制御を試す

threadingモジュールにセマフォがあるそうな。 LockとRLockの違い、SemaphoreとBoundedSemaphoreの違いがよくわからない。勉強不足だ。http://docs.python.org/library/threading.html?highlight=threading#module-threading # coding: utf-8 import threadi…