Concurrency Control
Concurrency Control In information technology and computer science, especially in the fields of computer programming, operating systems, multiprocessors, and databases, concurrency control ensu...
Concurrency Control In information technology and computer science, especially in the fields of computer programming, operating systems, multiprocessors, and databases, concurrency control ensu...
AWS Code Commit User guide https://docs.aws.amazon.com/ko_kr/codecommit/latest/userguide/getting-started.html#getting-started-create-commit https://ap-northeast-2.console.aws.amazon.com/codes...
Introduction to Operating System 운영체제의 목적 1. 컴퓨터 시스템의 편의성을 제공 2. 컴퓨터 시스템의 자원을 효율적으로 관리
Redis Cluster vs Sendinel
Authorization
Authentication
Facade References https://www.geeksforgeeks.org/facade-design-pattern-introduction/
Microservices Architecture The History of Software 소프트웨어의 역사를 보면 하드웨어에 의존적인 구조에서 점점 변화에 유연하고 하드웨어로부터 독립적인 방향으로 발전해왔다. 소프트웨어 아키텍처의 역사는 추상화에 추상화를 거듭하면서 점점 더 고도의 관심사를 추구하는 방향으로 변화했다고 볼 수 있다. 196...
Unique ID Generation Strategy in Distributed Systems 분산 환경에서 고유한 키를 생성하는 것에는 많은 고려사항이 있다. https://blog.devtrovert.com/p/how-to-generate-unique-ids-in-distributed https://medium.com/@sandeep4...
2024-09-02-TIL Today I Learned 토큰의 발급 주체가 아닌 프로젝트에서의 인증 방식 토큰의 발급 주체가 아닌 서버를 구축하면서 토큰을 그대로 DB에 토큰 담고 스레드 로컬에서 (like caching) hit되는 토큰을 캐싱하는 방식으로 성능 향상을 하도록 구성하는게 일반적 인스타그램 처럼 글로벌한 서비스에서 1억개의 세...