thin
Rack concurrency - rack.multithread, async.callback, or both?
I\'m attempting to fully understand the options for concurrent request handling in Rack. I\'ve used async_sinatra to build a long-polling app, a开发者_如何转开发nd am now experimenting with bare-metal[详细]
2023-03-27 22:03 分类:问答How to set Thin as default in Rails 3
I\'ve been starting Thin with thin -V start in development. However, I would like Thin to be the default instead of WEBrick and to be able to start it with rails s.[详细]
2023-03-27 15:54 分类:问答Heroku RACK_ENV says "development" on Thin, but "staging" on Unicorn
I came across this behavior and was wondering if anyone else had seen it.I have a workaround so it\'s not a show-stopper.[详细]
2023-03-26 18:31 分类:问答devise 1.3.4 and rack-ssl + thin
hi i\'ve tried to add ssl to my rails (3.0.9) app... i\'m using divise for authentication and have installed the rack-ssl gem, my test server is thin.[详细]
2023-03-26 17:52 分类:问答High load RESTful API in Ruby (sync/async implementation)
I\'m struggling with implementing a RESTful API that should return JSON response and should sustain very high load.[详细]
2023-03-26 01:34 分类:问答How to show application requests on terminal window while using Thin and Rails 3.0
I started using Thin instead of WEBrick in development (Rails version 3.0.9) With WEBbrick, I would see all the requests listed (and calls to the database) in the terminal window while the server was[详细]
2023-03-25 11:54 分类:问答How to view debug code in Thin console window?
In Mongrel, we are able to see any ruby debug code. After installing thin and doing thin start. I don\'t see any debug code on the console window.[详细]
2023-03-25 11:02 分类:问答Concurrent writing to log file Sinatra, Rack, Thin
We have written an Sinatra application that uses Thin as its web server and rack as the middleware between the two. I w开发者_Python百科ould like to know if Rack is smart enough to allow concurrent wr[详细]
2023-03-25 06:19 分类:问答EventMachine UNIX socket connections: how do I use them with Thin running as a service?
How can I use EventMachine.connect_unix_domain while running Thin as a service (using the init script (excerpt) and configuration below). The code directly below is the problem (I get an eventmachine[详细]
2023-03-18 18:46 分类:问答Socket Exception : recv failed with oracle thin driver
I am facing an issue where my test suite randomly fails with an socket exception oracle.jdbc.driver.T4CStatement 1267 - Throwing SQLException: java.net.SocketException: Software caused connection[详细]
2023-03-18 03:15 分类:问答