Tomas Doran wrote: > > On 4 Dec 2009, at 00:25, Sungsam Gong wrote: > >> OK, let me just clarify my question to narrow down the problem. >> >> How does your catalyst application consume remote web services, >> especially for RESTful? > > As noted, if at all possible, I don't consume them direct from my > application (due to latency and availability issues) If one can't avoid consuming them, then using Time::Hires's ualarm allows sub-second bailing if the remote call takes too long.
I too, at $work, want to stop runtime REST calls, but we're paid up with $remote_provider for a few more months. Cheers, David _______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
