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

异步消息队列改造 #7

Open
Gepeng18 opened this issue May 14, 2020 · 0 comments
Open

异步消息队列改造 #7

Gepeng18 opened this issue May 14, 2020 · 0 comments
Labels
todo Something need to be done

Comments

@Gepeng18
Copy link
Collaborator

初步想法

  1. 使用redis 的list代替消息队列
  2. 加入线程池进行操作,一个线程负责取数据,多个线程负责处理数据
  3. 注意加锁,分布式锁?暂定!可先进行单线程改造
@Gepeng18 Gepeng18 added the todo Something need to be done label May 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
todo Something need to be done
Projects
None yet
Development

No branches or pull requests

1 participant