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
Hi,
I am running a grpc synchronous server impemented in C++. I notice when I run that many threads named ‘default-executo’ are spawned. It seems that even when clients cease to make connections, these threads still persist. There are dozens of these threads, and I would like to know what they are doing and what their lifespan is. Thanks!