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

Performance and resource consuming if build redis local in every web app server #211

Open
Nghiait123456 opened this issue Mar 27, 2022 · 0 comments

Comments

@Nghiait123456
Copy link

When use one worker pool
There are any option:

  1. redis(memcache)... local in memory save work data
    => SLOW, resource consuming for every webapp server to build redis

  2. redis remote save worker data
    => VERY SLOW, but independent from web app

  3. global variable golang save work's data
    =>> very very fast

share experiences and best practice of you for problem

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

No branches or pull requests

1 participant