Re: [Quickfix-developers] Handle Leak
Brought to you by:
orenmnero
|
From: Djalma R. d. S. F. <drs...@gm...> - 2007-09-13 15:27:32
|
Hi Emily and Oren, Take a look at my code submission in the BugTracker (#203). http://www.quickfixengine.org/bugtracker/bug.php?op=show&bugid=203&pos=0 My main target was a non-blocking socket solution for the ThreadedSocket classes, but as a bonus I could fix the handle leaks too. In order to compile you will need to install boost first as I explain in the post. Djalma On 9/13/07, Emily Jagdhar <ja...@ya...> wrote: > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: > http://www.quickfixengine.org/services.html > > > Hello, > > I have recently seen an issue in the mailing list archive about a handle > leak. I am experiencing the same thing. > http://sourceforge.net/mailarchive/message.php?msg_id=88aa047b0705281145w2ade189fj4b63cc5b999871cf%40mail.gmail.com > > If I try to connect and it is not within the FIX session time, the handle > count increases by one for each connection attempt. > > In this case it is an acceptor. I am using version 1.9.4 and then merged > the code with 1.10.2 and still get the same problem. I am using the C++ > code. > I've seen the handle count go up to 200,000 and then the non-paged memory > grows as well which in my case brings down the server(vm). > > Any help would be appreciated. > > Thank you. > > ________________________________ > Fussy? Opinionated? Impossible to please? Perfect. Join Yahoo!'s user panel > and lay it on us. > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > |