> Yes - an array - you'll figure it out ;-)

Nice.  Appreciate your confidence.

Appears to do the trick:

> threads = []
> @varvar.each do |searchterm|
>   threads << Thread.new {test_google(searchterm)}
> end
> threads.each {|x| x.join}
_______________________________________________
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to