-
Notifications
You must be signed in to change notification settings - Fork 839
Performance #263
Comments
@Karafs Hi! |
|
My mongodb version is 4.2 and I'm using globalsign library. I think the problem is the mongo library that I use. |
@Karafs if your graph is true. bottlenecks is mongodb library. Graph by performance sync.Mutex and sync.Map @Karafs If your question is not actual yet. please close issue. |
Thanks for your reply. I used a mongo package that doesn't support mongo 4.2. So I changed that library with mongo official library. But the problem is consists. I'm working on that. |
I tested more. |
Not problem. It is so interesting theme. |
Thanks for you research. |
Hi. I'm a beginner in Golang and wrote a server application with this library.
My problem is that when just one user connects to the server with socket, the CPU performance of the server is going upper than 100%. Do you have any idea?
I registered about 35 events on the server socket.
Also when I send an event from the client to the server, It’s taking a too long time to call event on the server. The server state and ping time is OK.
The text was updated successfully, but these errors were encountered: