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 want to run nodejs server in pm2 cluster mode. where my server will around 2000 request per seconds. Will pm2 support grpc. In grpc, proto-3 version , they use http2 which says it will need only one connection for streaming. how do we make sure all the workers are utilised in this case