Path: | lib/unicorn/http_server.rb (CVS) |
Last Update: | Tue Dec 06 21:49:03 +0000 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.