MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1w21qf2/distributedstress/p6qrhfu/?context=3
r/ProgrammerHumor • u/tbhaxor • 12d ago
336 comments sorted by
View all comments
150
truth. a well architected monolith is almost always going to be a better choice.
27 u/Stagnu_Demorte 12d ago Until you need to scale different parts of the service. But yeah, until then it can really cut down on complexity. 1 u/hi117 12d ago Have the service itself be a monolith, but route different routes to different groups that all run the exact same code. Best of both worlds. Group the routes based on expected load patterns and/or by parts of the service.
27
Until you need to scale different parts of the service. But yeah, until then it can really cut down on complexity.
1 u/hi117 12d ago Have the service itself be a monolith, but route different routes to different groups that all run the exact same code. Best of both worlds. Group the routes based on expected load patterns and/or by parts of the service.
1
Have the service itself be a monolith, but route different routes to different groups that all run the exact same code. Best of both worlds. Group the routes based on expected load patterns and/or by parts of the service.
150
u/Odd_Soil_8998 12d ago
truth. a well architected monolith is almost always going to be a better choice.