| Path: | lib/unicorn/http_server.rb (CVS) |
| Last Update: | Wed Dec 21 16:05:25 +0200 2011 |
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.
Users do not need to know the internals of this class, but reading the source is education for programmers wishing to learn how \Unicorn works. See Unicorn::Configurator for information on how to configure \Unicorn.