Re: [Quickfix-developers] Threading issue
Brought to you by:
orenmnero
From: Oren M. <or...@qu...> - 2004-09-30 05:26:46
|
Indeed. Which on a 32 bit machine will give you something on the order of 2.14 billion sequence numbers, or 24,800 messages per second continuously for a 24 hour session, and 3,500 messages per second on a week long session. On Sep 29, 2004, at 8:30 PM, Caleb Epstein wrote: > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX FAQ: > http://www.quickfixengine.org/wikifix/index.php?QuickFixFAQ > QuickFIX Support: http://www.quickfixengine.org/services.html > > On Tue, 28 Sep 2004 12:07:55 -0500, Oren Miller > <or...@qu...> wrote: > >> QuickFIX has no limitation on the number of messages it can handle, > > Well, technically it does. The MessageStore uses int as a key, so > you'd need to do a sequence reset at numeric_limits<int>::max(). > > -- > Caleb Epstein > cal...@gm... > > > ------------------------------------------------------- > This SF.net email is sponsored by: IT Product Guide on > ITManagersJournal > Use IT products in your business? Tell us what you think of them. Give > us > Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out > more > http://productguide.itmanagersjournal.com/guidepromo.tmpl > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > |