Re: The deep difference between request/response and fire-and-forget
Mark Baker <[email protected]>
| Newsgroups | gmane.text.xml.distributed |
|---|---|
| Message-ID | <[email protected]> |
Marc, On 1/13/06, Marc Hadley <[email protected]> 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.