tkok / GSD-code

Global Software Development Project
1 stars 0 forks source link

Support for timeouts on rest fetch! #2

Open rugbroed opened 11 years ago

rugbroed commented 11 years ago

I suggest implementing a timeout on the rest fetch - so the servlet does not hang. The timeout should be something like 5 or 8 seconds. You may need to make a test servlet for this purpose that can halt a predefined amount of time, so you can catch your fetch code in a working timeout abortion.

tkok commented 11 years ago

Is the timeout implemented?