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

Feature Request:端口占用和负载均衡 #261

Open
1yzz opened this issue Mar 14, 2019 · 1 comment
Open

Feature Request:端口占用和负载均衡 #261

1yzz opened this issue Mar 14, 2019 · 1 comment

Comments

@1yzz
Copy link

1yzz commented Mar 14, 2019

文件Run/main.py

   p_list = list()
    p1 = Process(target=ProxyApiRun, name='ProxyApiRun')
    p_list.append(p1)
    p2 = Process(target=ValidRun, name='ValidRun')
    p_list.append(p2)
    p3 = Process(target=RefreshRun, name='RefreshRun')
    p_list.append(p3)
  1. p1是api server吧?端口占用的时候,没看到log。直接被其他刷出去了。希望可以优化下?
  2. p1是不是加个负载均衡比较好?gunicorn之类的
@1yzz
Copy link
Author

1yzz commented Mar 14, 2019

anyawy。非常好玩的项目

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