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 -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Frederick Cheung
2011-Jun-25 10:26 UTC
Re: recommendation for gem to do parallel http requests?
On Jun 25, 1:05 am, Adrian Caceres <cacere...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> 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> thanks > > adrian-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
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 On 25 jun., 12:26, Frederick Cheung <frederick.che...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> On Jun 25, 1:05 am, Adrian Caceres <cacere...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > 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 > > > > > > > > > thanks > > > adrian-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.