Hello,
I have a desktop app that retrieves data from a web service, It has worked
really good for over a year, but there is an ongoing problem that I have not
been able to fix.
When the client is not online, it take over 90 seconds for the application
to through a exception that the underline connection is closed.
This there a way to speed this up. Instead of it taking 90 seconds,
something like 15 seconds?
I am testing the connection to the web service by called a function called
ISOnline.
All it does is return a True
If true is not returned then I do something else, but I still get a timeout
exception...
Any Assistance would be greatly appreciated.
Thanks,
Chuck
I have a desktop app that retrieves data from a web service, It has worked
really good for over a year, but there is an ongoing problem that I have not
been able to fix.
When the client is not online, it take over 90 seconds for the application
to through a exception that the underline connection is closed.
This there a way to speed this up. Instead of it taking 90 seconds,
something like 15 seconds?
I am testing the connection to the web service by called a function called
ISOnline.
All it does is return a True
If true is not returned then I do something else, but I still get a timeout
exception...
Any Assistance would be greatly appreciated.
Thanks,
Chuck
Comment