6 ms·
> If you keep your app server stateless you can simply multiply it for the number of copies you need for your load. This right here so many times over. I'm no
by devbent 3y ago
> If you keep your app server stateless you can simply multiply it for the number of copies you need for your load.
This right here so many times over.
I'm not going to spend time worrying about scaling, I'm going spend time figuring out how to make stuff stateless.
- pleoxy 3y agoShove your state into the database. Done.