[Quickfix-developers] Open File Leakage -- Quick Fix
Brought to you by:
orenmnero
From: Daniel M. <dmo...@ya...> - 2010-10-06 21:01:49
|
I have a process on Linux that starts and configures Fix Connections -- I have realized while the connection is running, some of the sockets do not clear -- The effect is that after a while the process runs out of open file descriptors and I can not accept any more corrections. Has any one seen this -- I get the following message when I do lsof -p 552 (processid) order_ser 552 dmouness 329u sock 0,4 1231625 can't identify protocol order_ser 552 dmouness 330u sock 0,4 1231626 can't identify protocol order_ser 552 dmouness 331u sock 0,4 1231627 can't identify protocol order_ser 552 dmouness 332u sock 0,4 1231630 can't identify protocol order_ser 552 dmouness 333u sock 0,4 1231631 can't identify protocol |