Link to home
Start Free TrialLog in
Avatar of elmbrook
elmbrook

asked on

WCF Service - Dealing with Request Timeout

I have a WCF service.
The data that I download is approximately 17500 rows.
 
The problem is with the internet connection.
We have an isolated area with only 256 kb internet access divided by 10 user and we are using V-Sat (Satellite) connection broadband which the speed is up and down and even sometime it get to RTO (Request TimeOut)

How do I deal with a RTO situation?

For example; if my request times out on the 10000th row , how do I create a thread that is able to continue?
Avatar of Miguel Oz
Miguel Oz
Flag of Australia image

Q1: Can you post the exact error message?
Q2: Have you tried to use WCF service in a normal/wireless network? I am trying to check whether the data return size may be an issue, it is the number of bytes transmitted that is important not the rows. (You can find out by saving the return object contents to a file before transmission)
Q3: Can you post your config file of both client and server? (Removing any sensitive password/info)
ASKER CERTIFIED SOLUTION
Avatar of elmbrook
elmbrook

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Please delete question with full refund.
The answer does not answer the question in case some has similar error and no provider choice; it just remove the provider limitations.
Avatar of elmbrook
elmbrook

ASKER

Change in provider removed the RTO issue