[Quickfix-developers] Acceptor App High Number Of Socket Drops
Brought to you by:
orenmnero
From: Jon D. <jd...@wi...> - 2004-09-21 15:23:52
|
We are doing some stress testing with our quickfix implementation and have come upon a snag. We loaded up 279 SenderCompID's in our accpetor app config file. We also have increased the ulimit for our shell account to 2048. The app starts up fine - no errors. However, our clients can't sustain a connection. The logs show the socket connection is being made, however, it is immediately dropped and netstat shows the socket connections in a CLOSED_WAIT status. What's interesting is if we lower the SenderCompID's to 103 or less, the clients can connect fine. Specs: RHAS 2.1 g++ 3.0.7 QF 1.7.0 in Production, 1.9.0 in QA ResetOnDisconnect=Y ResetOnLogout=Y UseDataDictionary=N Any help would be appreciated. Thanks, -jd- |