High concurrent request server in ruby
Posted
by WedTM
on Stack Overflow
See other posts from Stack Overflow
or by WedTM
Published on 2010-06-02T03:53:13Z
Indexed on
2010/06/02
4:23 UTC
Read the original article
Hit count: 240
ruby
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?
© Stack Overflow or respective owner