Re: [Quickfix-users] Handle leak
Brought to you by:
orenmnero
From: Oren M. <or...@qu...> - 2007-08-20 17:00:02
|
Thanks Tom, I'll look into duplicating this. --oren On Aug 20, 2007, at 11:56 AM, Tom Frey wrote: > Oren, > > the counter parties close their ports, so all TCP connection > attempts fail. > > Thanks, > > Tom > > ----- Original Message ---- > From: Oren Miller <or...@qu...> > To: Tom Frey <tom...@ki...> > Cc: Qui...@li... > Sent: Monday, August 20, 2007 12:47:16 PM > Subject: Re: [Quickfix-users] Handle leak > > Do you know if your connections are being rejected, or are they > accepted and then disconnected? > > --oren > > On Aug 18, 2007, at 9:11 AM, Tom Frey wrote: > >> QuickFIX Documentation:http://www.quickfixengine.org/quickfix/doc/ >> html/index.html >> QuickFIX Support: http://www.quickfixengine.org/services.html >> >> Hi, >> >> I'm still experiencing this issue with code from the latest SVN >> trunk and the ThreadedSocketInitiator. Whenever I leave the FIX >> engine running over the weekend and it tries to connect, on Monday >> it takes up >10k handles and no outgoing internet connections can >> be made anymore from the server until it's rebooted. >> Is nobody else experiencing this? >> >> Thanks, >> >> Tom >> >> ----- Original Message ---- >> From: Tom Frey <tom...@ki...> >> To: Qui...@li... >> Cc: Djalma Rosa dos Santos Filho <drs...@gm...> >> Sent: Monday, May 28, 2007 10:32:32 AM >> Subject: Re: [Quickfix-users] Handle leak >> >> Hi Djalma, >> >> thanks for your reply. I've pulled the latest sources out of the >> SVN trunk but am unfortunately still experiencing the same issue ... >> Any ideas? >> >> Thanks, >> >> Tom >> >> ----- Original Message ---- >> From: Djalma Rosa dos Santos Filho <drs...@gm...> >> To: Tom Frey <tom...@ki...> >> Sent: Wednesday, May 23, 2007 10:01:32 AM >> Subject: Re: [Quickfix-users] Handle leak >> >> Hi Tom, >> >> See if the thread bellow helps you. >> >> http://www.nabble.com/file-descriptor-memory-leak-in- >> ThreadedSocketInitiator-tf2939761.html#a8219182 >> >> >> Djalma >> >> On 5/22/07, Tom Frey < tom...@ki...> wrote: >> QuickFIX Documentation:http://www.quickfixengine.org/quickfix/doc/ >> html/index.html >> QuickFIX Support: http://www.quickfixengine.org/services.html >> >> Hi, >> >> I'm experiencing a handle leak and NP pool increase with >> QuickFIX if it attempts to connect to a counter party that is >> currently >> offline. When I set the ReconnectInterval to 1 in the config, my >> handle >> count increases by one every seconds and the non paged pool is >> rapidly >> is increasing. This goes on until the machine is running out of >> buffer >> space and can't establish any more TCP connections. I'm using the >> latest version of QuickFIX with C#. Is anybody else experiencing >> this? >> >> Thanks, >> >> Tom >> >> >> >> >> --------------------------------------------------------------------- >> ---- >> This SF.net email is sponsored by DB2 Express >> Download DB2 Express C - the FREE version of DB2 express and take >> control of your XML. No limits. Just data. Click to get it now. >> http://sourceforge.net/powerbar/db2/ >> _______________________________________________ >> Quickfix-users mailing list >> Qui...@li... >> https://lists.sourceforge.net/lists/listinfo/quickfix-users >> >> >> >> --------------------------------------------------------------------- >> ---- >> This SF.net email is sponsored by: Splunk Inc. >> Still grepping through log files to find problems? Stop. >> Now Search log events and configuration files using AJAX and a >> browser. >> Download your FREE copy of Splunk now >> http://get.splunk.com/ >> _______________________________________________ >> Quickfix-users mailing list >> Qui...@li... >> https://lists.sourceforge.net/lists/listinfo/quickfix-users > > > |