Re: Idempotent partial updates

tor 2012-03-01 klockan 11:34 +1300 skrev Adrien de Croy:

> yeah I agree.  Like CMS packages that take the easiest route to dealing 
> with potential caching issues instead of using good design.  Even 
> revalidation is preferable to regeneration and retransmission.

idempotence is not about caching at all.

it's about safely being able to retry the exact same request when
needed, resulting in the expected outcome.

Regards
Henrik

Received on Wednesday, 29 February 2012 23:08:46 UTC