Skip to content

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

@Nghiait123456

Description

@Nghiait123456

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions