[Quickfix-developers] Memory leak when reconnecting?
Brought to you by:
orenmnero
From: Yoav <yo...@ya...> - 2008-03-13 17:31:18
|
QuickFix version 1.12.4 (C++), Solaris 10 In case my FIX client's sequence numbers get out of sync with the FIX server, QF is doing the following logic: Loop: * (Initiated logon request) with SequenceNumber++ ) * (Received logout request) from server with error: MsgSeqNum too low * (Sending logout response) to server * (Disconnecting) * (Connecting to fixserver on port 54321) - after the ReconnectInterval and so on. When I check the virtual memory status I see that each such iteration consumes about 18MB (!) of VM that are never being freed. Is there something I need to do in the Logout to free memory? Thanks, Yoav |