From: Bret Pettichord Date: 2008-07-25T05:53:28+09:00 Subject: Re: Simultaneously URL call, is it possible? ------=_Part_8370_28339285.1216933157592 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Watir can support multiple, concurrent calls. Create separate Watir::IE.new in each thread. Bret On Thu, Jul 24, 2008 at 3:09 PM, Toki Toki wrote: > Hi to all! > > I need to test a functionality of an application before to go in > production environment, unfortunately it isn't a ruby application, I > thought to use a script that will call a url 5 times simultaneously or > at least systematically, let's say every 10 seconds, is it possible with > ruby? Maybe using watir (but I don't think it can do simultaneus call)? > Any hint? > > Thanks. > > Best regards. > -- > Posted via http://www.ruby-forum.com/. > > -- Bret Pettichord CTO, WatirCraft LLC, http://www.watircraft.com Lead Developer, Watir, http://wtr.rubyforge.org Blog (Essays), http://www.io.com/~wazmo/blog MiniBlog (Links), http://feeds.feedburner.com/bretshotlist ------=_Part_8370_28339285.1216933157592--