Closed
Description
i developed a grpc server app. Based on server resource consumption considerations, i want limit the total number of the tcp connection.
eg:
i limit a server app the max connect number 100, then the 101 connect will be denied. No impact on the existing 100 connections。
Is there any way to achieve this?