thin
thin copied to clipboard
A very fast & simple Ruby web server
This should fix https://github.com/macournoyer/thin/issues/447
Thin fails to daemonize if a pid is reused as a tid, as in the following example. ``` $ thin start ... /usr/lib/ruby/vendor_ruby/thin/daemonizing.rb:171:in `remove_stale_pid_file': tmp/pids/thin.3000.pid already exists, seems like it's...
Hello, any chance to create the release for the newly released 2.0.x versions? GitHub still shows 1.8.2 in the sidebar as the latest release Thanks
With the 2.0.1 release, now receiving the following error: ``` .rvm/gems/ruby-3.3.0/gems/thin-2.0.1/lib/thin/server.rb:52:in '': uninitialized constant Thin::Server::Logging (NameError) Did you mean? Logger ``` https://github.com/macournoyer/thin/blob/master/lib/thin/server.rb#L52
Hi folks - please don't roast me 😅 Yes, I'm still running a legacy app on Rails 2.3 LTS (makandra fork) - it's been rock solid for 15 years on...