Parent

TCPServer

A modification proposed by Sean Treadway that increases the default accept queue of TCPServer to 1024 so that it handles more concurrent requests.

Public Instance Methods

initialize(*args) click to toggle source
Also aliased as: initialize_without_backlog
initialize_with_backlog(*args) click to toggle source
    # File lib/mongrel/tcphack.rb, line 11
11:    def initialize_with_backlog(*args)
12:      initialize_without_backlog(*args)
13:      listen(1024)
14:    end
Also aliased as: initialize
initialize_without_backlog(*args) click to toggle source
Alias for: initialize

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.