Skip to content

Commit

Permalink
Merge pull request iluwatar#34 from rschmidtz/patch-1
Browse files Browse the repository at this point in the history
stateless vs. stateful
  • Loading branch information
Arie Bregman authored Oct 24, 2019
2 parents e5322d3 + 2031c28 commit d3eb6f8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,9 @@ which follows the immutable infrastructure paradigm.

<details>
<summary>Explain stateless vs. stateful</summary><br><b>

Stateless applications don't store any data in the host which makes it ideal for horizontal scaling and microservices.
Stateful applications depend on the storage to save state and data, typically databases are stateful applications.
</b></details>

<details>
Expand Down

0 comments on commit d3eb6f8

Please sign in to comment.