#106 ✓resolved
Phrogz

Thin can't start with maxconn 8

Reported by Phrogz | August 10th, 2009 @ 01:29 AM | in Future

phrogz@nematode:/var/www/pentagonalrobin$ thin start -R config.ru -p 9006
>> Thin web server (v1.2.2 codename I Find Your Lack of Sauce Disturbing)
>> Maximum connections set to 1024
>> Listening on 0.0.0.0:9006, CTRL+C to stop
^C>> Stopping ...
phrogz@nematode:/var/www/pentagonalrobin$ thin start -R config.ru -p 9006 --max-conns 8
>> Thin web server (v1.2.2 codename I Find Your Lack of Sauce Disturbing)
>> Maximum connections set to 8
>> Listening on 0.0.0.0:9006, CTRL+C to stop
/usr/local/lib/ruby/gems/1.9.1/gems/thin-1.2.2/lib/thin/backends/tcp_server.rb:16:in `connect': no such file to load -- thin/connection (LoadError)
    from /usr/local/lib/ruby/gems/1.9.1/gems/thin-1.2.2/lib/thin/backends/base.rb:49:in `block in start'
    from /usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-0.12.8/lib/eventmachine.rb:242:in `call'
    from /usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-0.12.8/lib/eventmachine.rb:242:in `run_machine'
    from /usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-0.12.8/lib/eventmachine.rb:242:in `run'
    from /usr/local/lib/ruby/gems/1.9.1/gems/thin-1.2.2/lib/thin/backends/base.rb:57:in `start'
    from /usr/local/lib/ruby/gems/1.9.1/gems/thin-1.2.2/lib/thin/server.rb:156:in `start'
    from /usr/local/lib/ruby/gems/1.9.1/gems/thin-1.2.2/lib/thin/controllers/controller.rb:80:in `start'
    from /usr/local/lib/ruby/gems/1.9.1/gems/thin-1.2.2/lib/thin/runner.rb:174:in `run_command'
    from /usr/local/lib/ruby/gems/1.9.1/gems/thin-1.2.2/lib/thin/runner.rb:140:in `run!'
    from /usr/local/lib/ruby/gems/1.9.1/gems/thin-1.2.2/bin/thin:6:in `<top (required)>'
    from /usr/local/bin/thin:19:in `load'
    from /usr/local/bin/thin:19:in `<main>'

Comments and changes to this ticket

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

People watching this ticket

Referenced by

Pages