Fault Tolerant Generic Distributed Critical Section Is Impossible (blog.the-pans.com) 3 points by uvdn7 3y ago ↗ HN
[–] metadat 3y ago ↗ > What if we are sending an SMS message in the critical section?You risk double or multiple send of said SMS.Use a proper queue system for queue objects.Even still, there is a small risk of double send.
1 comment
[ 2.7 ms ] story [ 22.7 ms ] threadYou risk double or multiple send of said SMS.
Use a proper queue system for queue objects.
Even still, there is a small risk of double send.