FIX API Concurrent requests
FIX API Concurrent requests
Hi All
I want to figure out if there is a limitations on FIX API concurrent requests count
I have an application that may send a big count of requests at the same time
but it always send me the resend request message for missing out some requests
I'm sure that all messages were sent to the server completely, so I think it might there is some limitation on requests processing on the server side
thank you
Hi there,
As far as I know there is no publicly set limit. For how many requests per second are we talking about? There could be some kind of a limit on the server side to protect the infrastructure from abuse.
RE:
PanagiotisChar said:
Hi there,
As far as I know there is no publicly set limit. For how many requests per second are we talking about? There could be some kind of a limit on the server side to protect the infrastructure from abuse.
Thanks for your answer
Did you know any type of these "Server limitations", I must fix this problem I had