Forum Post: Re: Web Service Method Timout?

  • Thread starter Thread starter Marian Edu
  • Start date Start date
Status
Not open for further replies.
M

Marian Edu

Guest
The difference might not be in settings but in hardware itself, have a hunch the test machine is less muscled than the live one so it just can't produce the same results in the same amount of time but that is not the point here... why is the 15k a requirement, it's pretty darn large number to pipe through a single sync call. This is not streaming we're talking about, it's a plain sync request/response call through a http/tcp protocol and lots of network devices involved so I won't expect the connection stay on for 10 minutes even if nothing pass through it (the server is still preparing the response). Do yourself a favour and change the requirement instead of chasing dead horses, the is no way to gracefully recover from any communication error other that by making the request again so better make sure you keep the requests as short as possible.

Continue reading...
 
Status
Not open for further replies.
Back
Top