Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create MultithreadHandler #58

Open
paneq opened this issue Jul 16, 2013 · 0 comments
Open

Create MultithreadHandler #58

paneq opened this issue Jul 16, 2013 · 0 comments

Comments

@paneq
Copy link
Collaborator

paneq commented Jul 16, 2013

  • It will take app, connection_factory, parser and single-thread handler such as M2R::Handler or M2R::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

@ghost ghost assigned paneq Jul 16, 2013
paneq added a commit that referenced this issue Jul 17, 2013
* Implemented in a different way than initial spec
* Introduced singlethread_handler_factory becuase different
  handler require different list of arguments and some don't
  need 'app' parameter at all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant