Neal Becker wrote: > Is there a posix semaphore wrapper for python? > > Would that be a good addition? The threading module provides a high level interface to native semaphores, e.g. pthread. Christian