EMS サーバーの 1 つでパフォーマンスの問題に直面しているため、サーバーへの接続の分析を開始しました。
現在、1 人のユーザーがisStarted=falseを使用してサーバーへの 142 の接続を作成しており、これらの接続の約 50% は 1 か月以上前に作成されたものです。
接続を作成して開始しない正当な理由は何ですか?
EMS Java API ドキュメントには、次のようにしか書かれていません。
public boolean isStarted()
Indicates whether or not the connection as been started by the client.
Returns:
true if the connection has been started, false otherwise.
このトピックに関する詳細な説明をありがとう!