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
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.
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.
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.
I\'m struggling with implementing a RESTful API that should return JSON response and should sustain very high load.
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
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.
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
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
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