High concurrent request server in ruby
- by WedTM
I'm trying to write a simple server that will grab an mp3 file from rackspace cloudfiles, and stream it to a client over HTTP.
The server must be able to stream to multiple clients simultaneously, however, I'm finding it difficult to come up with a viable solution.
Anyone have some ideas?