apache / brpc-website

Apache bRPC Website
https://brpc.apache.org
Apache License 2.0
16 stars 31 forks source link

Does `more processes` describe incorrectly? #82

Closed loongs-zhang closed 2 years ago

loongs-zhang commented 2 years ago

In https://brpc.apache.org/docs/rpc-in-depth/threading-overview/#n1-threading-library :

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 :

N:1 threading libraries perform as well as event-loop libraries and are also scaled by using more threads in general.
wwbmmm commented 2 years ago

using more threads

this can be using more threads or more processes

loongs-zhang commented 2 years ago

using more threads

this can be using more threads or more processes

ok

serverglen commented 2 years ago

Thank for your contribution