[Catalyst] RESTful client
David Wright
dave-catalyst at dexy.org
Fri Dec 4 08:37:19 GMT 2009
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
More information about the Catalyst
mailing list