Jason
Wed, 11 Jul 2007 09:35:44 -0700
> 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