Hrefna (DHC) · @hrefna
303 followers · 889 posts · Server hachyderm.io

Narrator: It did not "just work."

Everyone who has ever worked on a is already banging their head on their desk, I know, but we never even got there due to two challenges.

1. There was no settled orchestration layer for at that time.

2. Old habits die hard. If you do the same terrible patterns _inside of docker_ you haven't changed your basal situation much, and there were discussions on things like "how do we ssh in" and how to update the version of tomcat.

#DistributedSystem #docker

Last updated 2 years ago

Nick Rankovic · @kibernick
57 followers · 117 posts · Server fosstodon.org

Is it possible to have tasks be delivered and processed in (guaranteed) order using ?

#python #celery #redis #DistributedSystem #messagequeues

Last updated 2 years ago

I've seen a lot of confusion on Twitter regarding the risk for it going down permanently.

Thing is: is a huge . Systems like these have a near infinite number of possible states they can be in - some of them well understood and stable but most unknown and varying degrees of broken.

#Twitter #DistributedSystem

Last updated 2 years ago

· @heapwolf
132 followers · 83 posts · Server fosstodon.org

People are sometimes afraid of ’s complexity because it’s a .

But client-server is a many-to-one relationship, so servers are naturally bottlenecks. Scaling them quickly becomes a distributed system of shared state with complexity equal to or greater than any p2p design.

#p2p #DistributedSystem

Last updated 2 years ago

emk πŸ¦€πŸš΅ · @emk
155 followers · 107 posts · Server mastodon.xyz

My favorite distributed systems essay, Fred Hebert's "Queues Don't Fix Overload": ferd.ca/queues-don-t-fix-overl When working on a team, I usually link this a couple of times week. The key ideas:

1. Your system has a bottleneck somewhere.
2. Putting queues in front of the bottleneck means you crash less often, but harder.
3. The bottleneck needs to be able slow down system input. "Back-pressure" and load shedding are your friends!

Find that bottleneck.

#DistributedSystem

Last updated 2 years ago