Wireless Connection Hanging App

  • Thread starter Thread starter Kelly W. Zini
  • Start date Start date
K

Kelly W. Zini

I have a set of client/server applications based on the MFC CSocket class
that communicate over rather slow Ethernet industrial radios. Recently, one
radio began to experience high numbers of dropped packets due to an antenna
related failure. Since my app is single threaded, it appeared to be hung to
the users, although a bit of debug logic proved this not to be the case. My
question is... Are there some kind of session/IP timeout settings that can
be adjusted to decrease the wait time before an error is returned to my app?

Thanks,

Kelly W. Zini
Control Products Unlimited, Inc.
 
I suspect anything that would be a solution would have to be controlled by
the Application, which as you indicated, ..can't do it. It think the real
solution is to make sure you have a dependable link for the Application to
use. If the link is not being reliable, then that is your "real" problem
anyway.


--
Phillip Windell [MCP, MVP, CCNA]
www.wandtv.com
-----------------------------------------------------
Understanding the ISA 2004 Access Rule Processing
http://www.isaserver.org/articles/ISA2004_AccessRules.html

Microsoft Internet Security & Acceleration Server: Guidance
http://www.microsoft.com/isaserver/techinfo/Guidance/2004.asp
http://www.microsoft.com/isaserver/techinfo/Guidance/2000.asp

Microsoft Internet Security & Acceleration Server: Partners
http://www.microsoft.com/isaserver/partners/default.asp
 
Back
Top