about summary refs log tree commit homepage
path: root/lib/rainbows/revactor.rb
DateCommit message (Expand)
2009-10-27revactor: require 0.1.5, remove 0.1.4 workarounds
2009-10-18revactor: switch to a 1 second heartbeat
2009-10-17refactor graceful shutdowns again, harder
2009-10-14documentation updates (mostly on network models)
2009-10-11revactor: fix graceful shutdown timeouts
2009-10-11revactor: continue fchmod beat in graceful exit
2009-10-11revactor: graceful death of keepalive clients
2009-10-11revactor: cleanups and remove redundancy
2009-10-11revactor: break on EBADF in the accepting actors
2009-10-11expand and share init_worker_process
2009-10-11factor out common listen loop error handling
2009-10-08fchmod heartbeat flips between 0/1
2009-10-05huge documentation revamp
2009-10-04revactor: graceful exit if a listening actor dies
2009-10-04revactor: implement actor limiting
2009-10-04revactor: allow UNIX domain socket listeners
2009-10-03common Base class for all concurrency models
2009-10-03revactor: workaround for Revactor still using Rev::Buffer
2009-10-02set "encoding: binary" for all files
2009-10-02initial revision