> But SMTP means I can send a message to be queued and processed > remotely, with no response from the server, and no time-out. How would > that be replicated in http? That's what an HTTP 200 response means; "successfully received, understood, and accepted". Or, that the response was accepted as a subordinate of the Request-URI. Queue semantics are a special case of this behaviour. MB