[Quickfix-developers] Is there a way to increase the buffer size on the client side?
Brought to you by:
orenmnero
From: Wilhelm T. <th...@cu...> - 2010-09-10 00:04:49
|
Hello I have 2 Quickfix applications connecting to a fix server. 1 of the app is really fast and has no problem, the other one can be slow time to time when the market goes a bit too fast and it seems it slow down the server itself sometime, I guess the client socket buffer is full while the server is trying to send more data? I was wondering if there is a way to increase the socket buffer size on the slowest client? If not, I guess I will need to of course accelerate this app and if not enough build a buffering mechanism on the client...any other advise? thanks for your help, Wil |