Stateful vs Stateless Architectures Explained

Stateful vs Stateless Architectures Explained

Hayk Simonyan

2 месяца назад

32,183 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@fucked.uplife
@fucked.uplife - 08.10.2024 19:14

СПАСИБО

Ответить
@sheikhAbdelrahman
@sheikhAbdelrahman - 09.10.2024 22:01

I think there is a misconception here.
Both architectures are basically Stateful. The only difference is the storage of the state on a shared media or cache (ex. Redis).

Ответить
@Senboni
@Senboni - 12.10.2024 00:44

since stateless is more scalable, you can add more servers -- easy. but what about the shared instance? in this case a database, it also needs to scale? how?

Ответить
@israelterorisprikopat
@israelterorisprikopat - 13.10.2024 13:57

Which situation need use Statefull?

Ответить
@lodosdurak7913
@lodosdurak7913 - 14.10.2024 19:55

Stateless is when waiter leaves the order paper with the customer, so customer hands in the the order paper each time and updates accoridngly so the kitchen doesn't need to save the order info, its stored by the customer.

Ответить
@FilthySnob
@FilthySnob - 15.10.2024 05:00

wtf is this, terrible explanation

Ответить
@galleon8129
@galleon8129 - 17.10.2024 00:05

Nice, but use real use cases from Azure or AWS. Elastic Beanstalk would be a good example

Ответить
@opethforlife
@opethforlife - 18.10.2024 15:27

Now I understand. Many thanks .

Ответить
@FelipeYonehara
@FelipeYonehara - 19.10.2024 01:59

Multitenancy next.

Ответить
@lovingnation3223
@lovingnation3223 - 25.10.2024 22:30

I am in IT for over. a decade and so far no one explained concept this better yet .. Excellent job! I think some credit goes to your video editor as she/he is spot on with with your script .. keep it up.

Ответить
@sumitgoyal8108
@sumitgoyal8108 - 30.10.2024 11:45

legend finally understood

Ответить
@AllahomAnsorGaza
@AllahomAnsorGaza - 31.10.2024 03:12

the question is
in stateless server we need to query database for everything
and this consume time
while if there is array of current logged users
and if there is like websocket also so which is better ?

Ответить
@devkasunlakshitha
@devkasunlakshitha - 11.11.2024 16:04

Best explain about stateful/stateless architecture. Thank you!

Ответить
@mail4karthickr
@mail4karthickr - 29.11.2024 16:55

In a stateful architecture, the session ID can be stored on a centralized server, such as a session store. This setup allows any server in the system to fetch the session ID from the session store to process incoming requests. As a result, it eliminates the requirement for the same server to handle subsequent requests from the same client. In that case what is the disadvantage of stateful architecture. Please correct if my understanding is wrong.

Ответить
@shubhambelwal674
@shubhambelwal674 - 01.12.2024 22:50

loved it, you explain so good. god bless you.❤❤

Ответить