views:

65

answers:

1

I am using a Windows Mobile 6 based hand held device. I there a way to detect low or no wireless signal activity? Since I cannot detect this, my application is getting exceptions and ultimately runs out of threads.

A: 

Instead of detecting a weak wireless signal, you should probably instead detect when the Internet connection is becoming flaky (connections failing, requests taking a long time, etc). That way, regardless of the reason your app can't connect, your app can respond

Paul Betts