Comment on LLMs are breaking 20 year old system designComments−haileys3moThe premise is incorrect and ignorant of the history - this is sticky sessions and the idea has been around longer than 20 years.The "cloud native" (as the author refers to it) idea that app servers should be stateless is actually the new idea.The industry eventually reached consensus on sticky sessions being a bad idea a lot of the time. That's why stateless app servers became the norm.
Comments
The premise is incorrect and ignorant of the history - this is sticky sessions and the idea has been around longer than 20 years.
The "cloud native" (as the author refers to it) idea that app servers should be stateless is actually the new idea.
The industry eventually reached consensus on sticky sessions being a bad idea a lot of the time. That's why stateless app servers became the norm.