Last Modified
Wed Apr 06 21:47:28 +0000 2011
Requires
Trac URL
http://bogomips.org/unicorn.git/tree/lib/unicorn/http_server.rb

Description

This is the process manager of Unicorn. This manages worker processes which in turn handle the I/O and application process. Listener sockets are started in the master process and shared with forked worker children.