is there a way, through poco, to check to see if there is an internet connection. I'm pulling files from the net (using URIStreamOpener) while my program initializes but if the internet is down the code gets stuck looking for the files. I've tried a try, catch loop but the lack of internet doesn't seem to throw an exeption and therefor doesn't solve the problem.
any ideas?





