-
Notifications
You must be signed in to change notification settings - Fork 4
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
List of ideas #13
Comments
Server
|
My local server and 203.138.189.63 can handle multiple game at same time. |
@zakki well, if I run top, I only see 1 process running at 100% - always the same in fact. This is on a system with 16 cores so there's room enough for multiple to run at the same time. |
@folkertvanheusden Are all 4 players correctly connected to the server?
https://github.com/zakki/cgos/blob/genmove_analyze/server-python/cgos/app/cgos.py#L1497 At least, server-python can handle 6 players and near 100 viewer on my WSL2 Ubuntu with 16 core CPU. |
Yes they are.
…On Fri, Feb 17, 2023 at 2:16 AM Kensuke Matsuzaki ***@***.***> wrote:
@folkertvanheusden <https://github.com/folkertvanheusden> Are all 4
players correctly connected to the server?
logger.info("Batch rating")
logger.info(f"will schedule: {len(lst)} players")
https://github.com/zakki/cgos/blob/genmove_analyze/server-python/cgos/app/cgos.py#L1497
At least, server-python can handle 6 players and near 100 viewer on my
WSL2 Ubuntu with 16 core CPU.
—
Reply to this email directly, view it on GitHub
<#13 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUN5IW7DMYJRRF6B7LR4B63WX3GOFANCNFSM6AAAAAAULHMUQY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I couldn't reproduce the issue. Four ray, and two games, and two ray process uses 100% cpu. |
Server
Servers for hosting competitions like CGF Open / UEC Cup
GTP client
Tcl/Tk Viewer
Web Viewer
The text was updated successfully, but these errors were encountered: