thin on davidchua https://dchua.com/tags/thin/ Recent content in thin on davidchua Hugo -- gohugo.io en-us Thu, 03 Dec 2015 00:00:00 +0000 Getting Multi-threaded Thin to Work in Development (Rails 4) https://dchua.com/posts/2015-12-03-getting-thin-to-work-in-development/ Thu, 03 Dec 2015 00:00:00 +0000 https://dchua.com/posts/2015-12-03-getting-thin-to-work-in-development/ Rails 4 If you’re attempting to run thin to work in threaded mode for the very first time, you might encounter that no matter what you do, your site won’t load. Running $ thin start --threaded Will return the typical startup output >> Thin web server (v1.5.1 codename Straight Razor) >> Maximum connections set to 1024 >> Listening on 0.0.0.0:3005, CTRL+C to stop But you’ll never be able to access the site no matter what you do.