From: Alex Young Date: 2007-11-28T18:54:00+09:00 Subject: Re: Proxy server library? Feng Tien wrote: > Is there a library that'll allow me to use different internet proxies > for my ruby program? Net::HTTP has proxy settings available. http://ruby-doc.org/stdlib/libdoc/net/http/rdoc/classes/Net/HTTP.html#M001133 > I'm extracting some info off of google, if you grab query too many > times, it blocks me for a hour or so. There's a reason for that. You might want to slow your queries down. -- Alex