Add NLD constants to Ganeti
[ganeti-local] / lib / workerpool.py
2010-01-13 Michael Hanselmannworkerpool: Simplify log messages
2010-01-13 Michael Hanselmannworkerpool: Use worker name as thread name
2010-01-13 Michael Hanselmannworkerpool: Make worker ID alphanumeric
2010-01-04 Iustin PopAdd targeted pylint disables
2009-10-02 Michael HanselmannReplace all xrange() with range()
2008-12-14 Iustin Popcleanup: use _ for unused loop counter
2008-12-14 Iustin Popcleanup: WorkerPool, wrong variable name
2008-10-27 Iustin PopSmall documentation updates for workerpool.py
2008-07-30 Iustin PopFix pylint-detected issues
2008-07-30 Michael Hanselmannworkerpool: Log when waiting for a thread
2008-07-22 Michael HanselmannSplit conditions in worker pool
2008-07-08 Michael Hanselmannworkerpool: Don't notify if there was no task
2008-07-04 Michael HanselmannAdd generic worker pool implementation