Skip to content

Instantly share code, notes, and snippets.

@damon
Created May 4, 2009 18:26
Show Gist options
  • Save damon/106595 to your computer and use it in GitHub Desktop.
Save damon/106595 to your computer and use it in GitHub Desktop.
# Mongrel
# • Current version: 1.1.5-java
# • Still has request mutex; manually
# remove for better throughput
# in $JRUBY/lib/ruby/gems/1.8/gems/mongrel-1.1.5-java/lib/mongrel/rails.rb
# @guard.synchronize {
@active_request_path = request.params[Mongrel::Const::PATH_INFO]
Dispatcher.dispatch(cgi, ActionController::CgiRequest::...)
@active_request_path = nil
# }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment