m2r
m2r copied to clipboard
Create MultithreadHandler
- It will take app, connection_factory, parser and single-thread handler such as
M2R::Handler
orM2R::RackHandler
for constructor arguments -
#listen
will spawn few threads with single-thread handlers running inside of them -
Rack::Handler::Mongrel2
should use it configured number of threads is greater than 1.
Part of #21