Re: [Quickfix-developers] Session::next/nextQueued deep recursion
Brought to you by:
orenmnero
From: Oren M. <or...@qu...> - 2005-02-25 21:38:35
|
Yeah definitely. It is in fact the very next thing I was going to begin working on. I'll post to the list when a fix is available. Shouldn't take too long I think/hope. --oren On Feb 25, 2005, at 3:34 PM, Caleb Epstein wrote: > On Fri, 21 Jan 2005 00:17:35 -0600, Oren Miller > <or...@qu...> wrote: >> Yeah, next is a recursive call (which in turn calls nextQueued, which >> can in turn call next again) so I can see how this could happen. We >> may need to redesign this in a non-recursive way so it can better >> handle arbitrarily large queues. > > We've had this happen again in production. I don't see any progress > towards fixing this in CVS. Is it still on the radar screen? > > -- > Caleb Epstein > caleb dot epstein at gmail dot com > |