Distributed Systems Pattern: Request Pipeline



Communicating between servers within a cluster using Single Socket
Channel can cause performance issues if requests need to wait for
responses for previous requests to be returned. To achieve better
throughput and latency, the request queue on the server should be filled
enough to make sure server capacity is fully utilized.



more…

 •  0 comments  •  flag
Share on Twitter
Published on August 20, 2020 06:44
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.