Regarding the use of gprc with Python version 1.73.1, it has been found that if the client does not call the server, the server process will temporarily occupy the CPU every few seconds.
26 views
Skip to first unread message
王可染
unread,
Jul 8, 2025, 10:12:50 AMJul 8
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to grpc.io
I found that when I use gRPC communication with Python, the server takes
up a bit of CPU every few seconds even when my client does not call the
server. Why is this happening? Is there any way to avoid it?
I also did not set up keep alive. Is this a problem with gRPC's mechanism? Can you explain this to me?