I'm wanting to do a lightweight push-style HTTP response in my existing Sinatra web app. Is there any mechanism that allows me to not respond to an HTTP request and keep the connection open until I wake up the connection at a future time?
Asked
Active
Viewed 757 times
3 Answers
1
Could this help ? http://macournoyer.com/blog/2009/06/04/pusher-and-async-with-thin/

Michael Neale
- 19,248
- 19
- 77
- 109
-
Looks like it could be the ticket, I'll play around with it :) – Ecton Dec 06 '09 at 03:06
1
You could also check out macournoyer's http://github.com/macournoyer/pusher "The Rack App that pushes" and collin's http://github.com/collin/orbited-ruby/

pmh
- 171
- 4