Distributed Systems Pattern: Single Socket Channel



When we are using Leader and Followers, we need to ensure that messages
between the leader and each follower are kept in order, with a retry
mechanism for any lost messages. We need to do this while keeping the cost
of new connections low, so that opening new connections doesn't increase
the system's latency. A Single Socket Channel maintains the order of the
requests sent to a server by using a single TCP connection



more…

 •  0 comments  •  flag
Share on Twitter
Published on August 19, 2020 07:57
No comments have been added yet.


Martin Fowler's Blog

Martin Fowler
Martin Fowler isn't a Goodreads Author (yet), but they do have a blog, so here are some recent posts imported from their feed.
Follow Martin Fowler's blog with rss.