about summary refs log tree commit homepage
path: root/lib/rainbows/thread_pool.rb
DateCommit message (Expand)
2011-04-10thread_pool: get used of dead thread_join method
2011-03-22thread_pool+thread_spawn: update documentation
2011-02-05*epoll: refactor common loop code
2011-01-06eliminate G constant and just use the Rainbows! module
2011-01-04globally refactor Range handling for responses
2010-12-27thread_pool: avoid needless wakeups from select
2010-12-27thread_*: unindent
2010-09-28start using kgio library
2010-08-26split out accept() callers to acceptor module
2010-07-10doc: avoid documenting internals on RDoc website
2010-07-04thread_pool: force threads to wakeup on shutdown
2010-06-18prefer Array#[] lookup to Array#first/Array#last
2009-12-29quiet spurious wakeups for accept() in Thread* models
2009-12-16join_threads method is exclusive to ThreadPool
2009-11-29refactor threaded models to use blocking accept() if possible
2009-11-28common Rainbows.accept method
2009-11-26cleanup and refactor error handling
2009-11-06cleanup worker heartbeat and master deathwatch
2009-11-04thread_pool: update fchmod heartbeat every second
2009-11-01thread_pool: comment for potential SMP issue under 1.9
2009-10-17refactor graceful shutdowns again, harder
2009-10-17DRY setting of rack.multithread
2009-10-17Fix graceful shutdown handling of Thread* models harder
2009-10-14documentation updates (mostly on network models)
2009-10-14rack.multithread is only true for Thread* models
2009-10-11Fix graceful shutdowns for threaded models
2009-10-11cleanup thread models, threads no longer time out
2009-10-11No need to be halving timeout, already done for us
2009-10-11expand and share init_worker_process
2009-10-11graceful exit on trap TypeError from IO.select
2009-10-11factor out common listen loop error handling
2009-10-08fchmod heartbeat flips between 0/1
2009-10-05less error-prone timeouts for Thread models
2009-10-05Thread* models: cleanup timeout management
2009-10-05huge documentation revamp
2009-10-03thread_pool: Thread#kill! is gone in 1.9.2
2009-10-03common Base class for all concurrency models
2009-10-02set "encoding: binary" for all files
2009-10-02initial revision