Re: [Quickfix-developers] Log and Message Store
Brought to you by:
orenmnero
From: Oren M. <ore...@ya...> - 2003-11-18 16:02:19
|
Verma, This store is a persistant storage device that keeps track of everything required to recover the state of the fix engine. It only stores what is absolutely necessary. For instance, only outgoing messages are stored because they are the only ones required to recover a session. The state is kept only for the duration of a session and is reset at the start of a new session. The log is an actual record of everything that occurs complete with timestamps. The incoming and outgoing logs show messages being transmitted back and forth, and the event log displays any unusual events that occur with descriptive text. The logs build up over time and are a record of all occurances that is never reset but appended to. The store is required for a session to exist, while the log is optional. "Verma, Sanjay" <SV...@Cr...> wrote: Why does QF store messages in a "Log" and a "MessageStore" ? I am trying to write a class that uses Sybase for storing messages and would like to understand the rationale behind using log and store rather than a single store of messages with the necessary funcationality. Thanks. DISCLAIMER e-mail, and any attachments thereto, is intended only for use by the addressee(s) named herein and may contain legally privileged and/or confidential information. If you are not the intended recipient of this e-mail, you are hereby notified that any dissemination, distribution or copying of this e-mail, and any attachments thereto, is strictly prohibited. If you have received this e-mail in error, please immediately notify me and permanently delete the original and any copy of any e-mail and any printout thereof. E-mail transmission cannot be guaranteed to be secure or error-free. The sender therefore does not accept liability for any errors or omissions in the contents of this message which arise as a result of e-mail transmission. REGARDING PRIVACY AND CONFIDENTIALITY Crown Financial Group may, at its discretion, monitor and review the content of all e-mail communications. --------------------------------- Do you Yahoo!? Protect your identity with Yahoo! Mail AddressGuard |