I have VPS with 1GB of RAM. One ruby-app that runs on thin server takes about 60+ MB of RAM, no matter if application is used right now or not. Is there any way to control this? Because right now Im r
I have a combined Sinatra/Rails app that shares a session using Rack::Session::Cookie. The app works fine when started with Rack::Handler::Thin.run app, but if the rackup file is start with thin start
I\'m not sure what the pattern of behaviour is but some programs - notably simple rack.ru based ones running in thin - can\'t easily be debugged. When a breakpoint is tripped, no source is available