TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Fault Tolerant Generic Distributed Critical Section Is Impossible

3 pointsby uvdn7over 2 years ago

1 comment

metadatover 2 years ago
&gt; What if we are sending an SMS message in the critical section?<p>You risk double or multiple send of said SMS.<p>Use a proper queue system for queue objects.<p>Even still, there is a small risk of double send.