You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know that currently #threads in the server side and client side must be equal for the benchmark.
But I want to decrease the #threads in the server, i.e., #threads in server < #threads in client. For example, only one thread is allowed in the server and all threads in the client are connected to this server thread.
Could you give some suggestions on how to modify the code to achieve this goal?
Baotong
The text was updated successfully, but these errors were encountered:
Hi,
I know that currently #threads in the server side and client side must be equal for the benchmark.
But I want to decrease the #threads in the server, i.e., #threads in server < #threads in client. For example, only one thread is allowed in the server and all threads in the client are connected to this server thread.
Could you give some suggestions on how to modify the code to achieve this goal?
Baotong
The text was updated successfully, but these errors were encountered: