about summary refs log tree commit homepage
path: root/lib/rainbows/base.rb
DateCommit message (Expand)
2009-12-22base: fix constant resolution under 1.8 for 1.8 bugfix
2009-12-22fix Ruby 1.8 detection for (possible) green thread fix
2009-12-21possible MRI 1.8 thread fix to avoid blocking accept()
2009-12-19Thread*: avoid double close of client socket
2009-12-16join_threads method is exclusive to ThreadPool
2009-12-16cleanup: consolidate write_nonblock error handling
2009-12-11env["hack.io"] for Fiber*, Revactor, Thread* models
2009-12-01more consistent code for worker timeout/exits
2009-11-30ThreadPool: no need to exit!
2009-11-29refactor threaded models to use blocking accept() if possible
2009-11-26cleanup and refactor error handling
2009-11-18make keepalive_timeout configurable
2009-11-18Thread*: start implementing keepalive timeout
2009-11-13gracefully exit workers if reopening logs fails
2009-11-11cleanup error handling pieces
2009-11-07remove unnecessary class variable
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