If I have a service that makes RPC calls (say to web services, or restful services, or just to scrape data from a url, etc), is it possible for me to have it timeout after 5 seconds?
I don't want it to hang and then crash if the remote service is down, rather try for x seconds, if its down, then just carry on to the next remote service call.