Re: The deep difference between request/response and fire-and-forget

Marc,

On 1/13/06, Marc Hadley <Marc.Hadley@sun.com> wrote:
>It seems to me that
> there's little difference to the user between one of these methods
> throwing an exception and getting. e.g., a HTTP 4xx or 5xx status
> code.

An authoritative 4xx or 5xx response tells you that the request
failed.  But if you missed the response entirely, you don't know that
it wouldn't have been a 2xx response.  This is the determinism
tradeoff I just mentioned.

But yah, I agree with you about FAF-over-req/resp.

Mark.

Received on Friday, 13 January 2006 15:28:59 UTC