thin
Capistrano deploy with thin servers
been playing around with Capistrano to get an automated deploy between my server and my development machine. I\'ve almost got it configured except that Capistrano doesn\'t seem to be able to start up[详细]
2023-03-06 17:58 分类:问答What's the best option for starting and stopping an eventmachine server from a Ruby on Rails application
CORRECTION: Specifically I\'m looking to start and stop an EventMachine (EM) from a Ruby on Rails controller.[详细]
2023-02-19 07:52 分类:问答For Ruby on Rails, when using Webrick, does it support concurrent requests and Keep-Alive, and why was loading .js and .png files so slow?
I am running Rails 3.0.5, and a page is reported on the console that it take 60ms, but if I check the Firefox Net load time chart, it takes 2.9 seconds.If I run the ab command on Bash, it says it take[详细]
2023-02-19 07:08 分类:问答Thin LoadError: no such file to load thin_parser
I have install开发者_JAVA百科ed thin and try to do thin start, which end up with this error C:/Ruby192/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require\': no such file to load -- C:[详细]
2023-02-18 14:59 分类:问答ruby server stability on windows
My RoR app on windows (xp as well as server 2008) stops responding after maybe a couple of days. Using guidance from stackoverflow as well, I set up services to run the server automatically at startup[详细]
2023-02-17 06:58 分类:问答uninitialized constant Thin::HttpParser (NameError)
This is the error I’m getting since I updated Thin from version 1.2.7 to 1.2.8. When I uninstall the newer version and tell my bundle to use 1.2.7 again everything is fine.[详细]
2023-02-15 15:19 分类:问答Set Max Connections on Thin server?
I\'m running a rails web app through the \'Thin\' server 1.2.8 on windows. When I st开发者_如何学编程art the server I noticed the message \"Maximum connections set to 1024\". I was wondering if its po[详细]
2023-02-14 22:09 分类:问答Thin EventMachine Sinatra vs. Rails
I have been looking into the possibility of backgrounding some jobs with EventMachine.In Sinatra this appears to work great but Rails 3 appears to execute all ticks before render开发者_开发问答ing a v[详细]
2023-02-12 10:23 分类:问答How to start and stop a Sinatra application using Thin on Windows?
class App < Sinatra::Base def hello \"world\" end end From documentation I found tha开发者_StackOverflow中文版t I can start the application like this:[详细]
2023-02-12 06:46 分类:问答Thin + Nginx + Upload Module + Upload Progress Module
I\'m using Nginx as a reverse proxy for Thin instances. My goal is to set up a Rails (3) app to upload large files and do something with them.[详细]
2023-02-11 11:17 分类:问答