Stateful / Stateless
Ibrahim S

Ibrahim S @ibrahimsi

About: கற்றுக் கொள்ளும் மாணவன்...

Location:
Chennai
Joined:
Apr 7, 2023

Stateful / Stateless

Publish Date: Mar 10
1 0

Stateful Applications:
These applications retain data across sessions, often requiring persistent storage or ordered scaling.

Examples: Databases (PostgreSQL, MongoDB), Kafka, Redis

Stateless Applications:
These applications do not store client data between requests. Each instance operates independently, making scaling and deployments straightforward.

Examples: Web servers, REST APIs, front-end applications

Comments 0 total

    Add comment