Тёмный

Distributed concurrency control 

Krish Dinesh
Подписаться 22 тыс.
Просмотров 753
50% 1

Today, we dive deep into the fascinating world of distributed concurrency control in microservices. Microservices architecture brings many advantages, but managing concurrent access and data consistency across distributed systems poses significant challenges. We’ll explore the key concepts, strategies, and best practices to effectively handle distributed concurrency, ensuring data integrity and system reliability.
Whether you're a developer, architect, or tech enthusiast, this video will provide you with valuable insights and practical knowledge to enhance your understanding and implementation of concurrency control in distributed microservices.

Опубликовано:

 

23 июн 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 7   
@userx0r
@userx0r Месяц назад
As always, a fantastic video!
@ImeshMadushanka-um6fe
@ImeshMadushanka-um6fe Месяц назад
Why not a queue service?
@namilaperera5649
@namilaperera5649 Месяц назад
I have seen some SQL DBs have "SELECT FOR UPDATE" feature.... once a transaction reads a record, it is blocked for other transactions until the first one commits, I guess it could also be helpful in scenarios like this :)
@udarasan8216
@udarasan8216 Месяц назад
Thanks for sharing. can you make a long video for concurrency practice? any recommended resources?
@krish
@krish Месяц назад
will try to do a video. ref: read concurrency in practice book
@Cyber_Lanka
@Cyber_Lanka Месяц назад
Thanks for the very educational video. Could you also do a video about how or when companies usually decide to go with micro services rather than monoliths?
@krish
@krish Месяц назад
i thought about this today morning 😶‍🌫️ it may probably come in next week