about summary refs log tree commit homepage
path: root/lib/rainbows/base.rb
DateCommit message (Expand)
2009-11-06cleanup worker heartbeat and master deathwatch
2009-10-26thread*: fix MRI 1.8.6 compatibility
2009-10-17refactor graceful shutdowns again, harder
2009-10-17use timeout correctly to join threads on SIGQUIT
2009-10-17Fix graceful shutdown handling of Thread* models harder
2009-10-11SIGINT/SIGTERM shuts down instantly in workers
2009-10-11Fix graceful shutdowns for threaded models
2009-10-11cleanup thread models, threads no longer time out
2009-10-11expand and share init_worker_process
2009-10-11factor out common listen loop error handling
2009-10-05Thread* models: cleanup timeout management
2009-10-05rainbows/base: cleanup constant include
2009-10-03common Base class for all concurrency models