Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

optimize: mitigated the blocking between workers. #48

Merged
merged 3 commits into from
Sep 1, 2016

Conversation

cubicdaiya
Copy link
Contributor

@cubicdaiya cubicdaiya commented Sep 1, 2016

Previously pusherCount and pusher_max were the shared value between workers. Workers tend to be blocked because pusherCount reaches pusher_max quickly.

This implementation makes pusherCount independent by each worker and gives pusher_max to each worker.

Previously pusherCount and pusher_max were the shared value between workers.
Workers tend to be blocked because pusherCount reaches pusher_max quickly.

This implementation makes pusherCount independent by each worker
and gives pusher_max to each worker.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants