dragon-zhang opened a new issue, #82: URL: https://github.com/apache/incubator-brpc-website/issues/82
In https://brpc.apache.org/docs/rpc-in-depth/threading-overview/#n1-threading-library : ```text N:1 threading libraries perform as well as event-loop libraries and are also scaled by deploying more processes in general. ``` I think it should be adjusted as follows : ```text N:1 threading libraries perform as well as event-loop libraries and are also scaled by using more threads in general. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
