Hi, Is it possible to detect whether the internet connection is on from the application? Thanks, Lantis. -- Posted via http://www.ruby-forum.com/.
On 5/23/06, Lantis Sephiro <semutluthu@yahoo.com> wrote:> > Is it possible to detect whether the internet connection is on from the > application?require ''ping'' puts "connection alive" if Ping.pingecho("www.gooogle.com", 10) You get the idea... Warren Brian Noronha -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060523/3ac4fe32/attachment.html