thin
Possible to use EM calls in a Thin webapp?
Is i开发者_运维百科t possible to use EventMachine calls inside Thin without extra initialization?[详细]
2023-03-17 04:48 分类:问答Checking if the Faye server exists before running it for my Rails app
In relation to a previous question of mine found here: Autorun the Faye server when I start the Rails server[详细]
2023-03-15 03:13 分类:问答Thin doesn't respond to SIGINT or SIGTERM
bundle exec thin start -p 3111 gives the following output: Using rack adapter Thin web server (v1.2.11 codename Bat-Shit Crazy)[详细]
2023-03-14 19:16 分类:问答Thin/eventmachine non-root installation problem
Trying to run ruby on rails framework under nginx+thin, currently working under WEBrick. I don\'t have root access, cause it is hosted at web hosting service.[详细]
2023-03-14 15:47 分类:问答Getting Nginx to forward to Thin on EC2
I\'m struggling to get Nginx to proxy my :80 traffic onto my thin cluster. At the moment.. nothing happens. See http://ec2-50-19-75-170.compute-1.amazonaws.com/[详细]
2023-03-13 01:08 分类:问答Rails 3 bundler updating
I have an application running on thin 1.2.11 behind nginx. I was trying to update my application to the latest version of it\'s gems using bundle update on a development machine, commiting to git, the[详细]
2023-03-10 10:19 分类:问答Sinatra session not preserved with Rack::FiberPool
The session is not preserved between requests, though I can\'t see what I\'m 开发者_Python百科doing wrong. Code![详细]
2023-03-09 15:04 分类:问答Wrong protocol when using Thin and SSL
So I\'m running thin like this: thin start --ssl then I\'m going to https://localhost:3000/ There is a dummy controller action that does :[详细]
2023-03-09 04:28 分类:问答Does HTTP streaming in Rails 3.1 work with Thin?
Rails 3.1 supports HTTP streaming, but only with compatible web servers. The blog post announcing the 3.1 release candidate mentions Unicorn:[详细]
2023-03-08 09:22 分类:问答How to start thin for only one application?
In /etc/thin/ I\'ve got several yml files. When I run service thin stop -C /etc/thin/app.yml thin stops all applications, instead of only the one I specified.[详细]
2023-03-07 05:56 分类:问答