Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: 동시성 제어 #70

Open
2 tasks
dlrkdus opened this issue Oct 6, 2024 · 1 comment
Open
2 tasks

feat: 동시성 제어 #70

dlrkdus opened this issue Oct 6, 2024 · 1 comment
Assignees
Labels
Feature New feature or request

Comments

@dlrkdus
Copy link
Collaborator

dlrkdus commented Oct 6, 2024

개요

likeCount, viewCount 등은 상태성을 가지는 필드로서 쓰레드 충돌이 발생할 수 있다. 따라서 동시성을 제어하는 로직이 필요하다.

TODO

  • 동시성 제어 구현
  • 테스트

추가사항

  • 쓰레드 충돌이 발생할 수 있는 로직이 뭐가 있을지 정리해봐야됨
  • 분산 환경 구축이 어려울 시 비관락을 고려해봐야됨
@dlrkdus dlrkdus self-assigned this Oct 6, 2024
@dlrkdus dlrkdus added the Feature New feature or request label Oct 6, 2024
@rudeh1253
Copy link
Collaborator

쿠폰 사용 시 동시성 제어가 필요할 것 같아서 일단 여기에 기록해 놓겠습니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants