recommendation for gem to do parallel http requests?

I want to issue http requests in parallel to a restful service. Looking for a gem to bind to curl multi or something similar. Any suggestions?

thanks

adrian

I want to issue http requests in parallel to a restful service. Looking for a gem to bind to curl multi or something similar. Any suggestions?

Sounds like typhoeus might do the trick.

Fred

Perhapse "typhoeus" is what you need:

https://github.com/dbalatero/typhoeus http://www.rubyinside.com/typhoeus-a-high-speed-parallel-http-library-for-ruby-1767.html

- Oto