|
|
|
|
|
by LAC-Tech
1033 days ago
|
|
Idempotency (as I understand it, what maths people might call an 'idempotent function') is a very core idea in distributed systems - networks are unreliable, stuff may get lost, or you might not get an acknowledgment back, so the ability to send the same thing 1 0r a million times and end up with the same state is useful. Or have I completely missed the point of your question..? |
|