私は Diffusion 5.8.0 を使用してinput-buffer-size
おりoutput-buffer-size
、Client Connector を 1024k に増やしました。
クライアントがこのコネクタを使用してサーバーに接続すると、次のログ メッセージがサーバー コンソールに出力されます。
2016-07-12 10:42:51.997|INFO|Diffusion: InboundThreadPool Thread_0|PUSH-000086|Client Connector: Requested output buffer size could not be allocated, requested: 1M allocated: 208K.|com.pushtechnology.diffusion.comms.connector.ConnectorImpl
2016-07-12 10:42:51.997|INFO|Diffusion: InboundThreadPool Thread_0|PUSH-000085|Connector Client Connector: Requested input buffer size could not be allocated, requested: '1M' allocated: '208K'.|com.pushtechnology.diffusion.comms.connector.ConnectorImpl
割り当てられたバッファサイズを超えるメッセージの送受信は機能するので、これは心配する必要があるかどうか疑問に思っています...
パフォーマンスへの影響はありますか? もしそうなら、どうすればより大きなバッファサイズをうまく割り当てることができますか?