Path: | lib/unicorn/http_server.rb (CVS) |
Last Update: | Sun Dec 04 20:47:16 +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.