about summary refs log tree commit homepage
path: root/lib/unicorn/worker.rb
DateCommit message (Collapse)
2011-06-16replace fchmod()-based heartbeat with raindrops
This means we no longer waste an extra file descriptor per worker process in the master. Now there's no need to set a higher file descriptor limit for systems running >= 1024 workers.
2011-04-13worker: improve RDoc, point users to Configurator#user
2010-10-04split out worker to a separate file
This hopefully makes things easier to read, follow, and find since it's mostly documentation...