gmcinnes / Ruote--Sinatra--Thin-test-app

App to demonstrate an issue with the combination of Ruote, Sinatra, and Thin

This URL has Read+Write access

name age message
file README Wed Oct 07 12:58:37 -0700 2009 Adding short description to the README. [gmcinnes]
file config.ru Wed Oct 07 12:41:09 -0700 2009 Adding application files [gmcinnes]
directory lib/ Wed Oct 07 12:41:09 -0700 2009 Adding application files [gmcinnes]
file main.rb Wed Oct 07 12:41:09 -0700 2009 Adding application files [gmcinnes]
directory participants/ Wed Oct 07 12:41:09 -0700 2009 Adding application files [gmcinnes]
directory resources/ Wed Oct 07 12:41:09 -0700 2009 Adding application files [gmcinnes]
file start_server.sh Wed Oct 07 12:41:09 -0700 2009 Adding application files [gmcinnes]
file test.sh Wed Oct 07 12:41:09 -0700 2009 Adding application files [gmcinnes]
directory work/ Wed Oct 07 12:42:37 -0700 2009 Ignoring stuff in /work [gmcinnes]
directory workflows/ Wed Oct 07 12:41:09 -0700 2009 Adding application files [gmcinnes]
README
Run start_server.sh to start the thin server with ruote backing and then in a different place run test.sh (requires 
curl) to fire off a couple of requests to the thin server, and see the delays in question. Obviously if you don't have 
curl you can fire off requests any other way you find convenient, using the stuff in test.sh as a template.