Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@stop The most significant distinction between stateful and stateless is that stateless do not “save” data, whereas stateful applications do.
-
stop68023y@blindXfish an state in an warehouse means that product a can only be stored in box a and even if box a is empty product b cannot be stored in box a until the warehouse is reorganized.
-
Easy solution: you never modify the warehouse. Instead, you build a new one that is exactly like the old one except for the desired state change. Then you tear the old one down.
-
In our case it means that we do not save the state and place of the boxes moving around, only dynamicaly respond to the under layers from the memory. The biggest fun is when it crashes and there is no single poit of recovery.
lets build a stateless warehouse controll system. lol
rant