I would like to poll google every 10 seconds to make sure that there is an active and working internet connection. What is the best way to achieve this in Objective C?
Using CURL would be ideal, but do not believe it has Objective C bindings.
Thanks
Note, this is for OSX not for iOS.
The Reachability APIs work in Mac OS X, not just iOS. (And presumably the Reachability sample code will work as well, if you want a nicer Obj-C wrapper around these C APIs.)