|
There are two modes of operation for remote journalling - asynchronous maintenance and synchronous maintenance. I am clipping here excerpt from the Backup and Recovery book : Asynchronously ¦ This describes a remote journal maintained ¦ function delivery mode for ¦ journal entry replication where ¦ control is returned to the ¦ application generating the ¦ journal entry on the source ¦ system without waiting for the ¦ journal entry to be replicated to ¦ the remote journal. An ¦ asynchronously maintained remote ¦ journal may lag several journal ¦ entries behind the total number ¦ of journal entries in the journal ¦ on the source system. ¦ ¦ Contrast with synchronously ¦ maintained. Synchronously ¦ This describes a remote journal maintained ¦ function delivery mode for ¦ journal entry replication where ¦ control is not returned to the ¦ application generating the ¦ journal entry on the local system ¦ until the journal entry is ¦ replicated to the remote journal. ¦ ¦ Contrast with asynchronously ¦ maintained. Another question is whether placing entries to journal (receiver) is performed asynchronous or synchronous to application operations. If you have journalling but no commitment control, journal operations will be synchronous. If you use commitment control, then they will be asynchronous and synchronization points will be COMMIT or ROLLBACK operations. I believe it will also work the same for remote journalling. Best regards, Alexei Pytel > -----Original Message----- > From: Kenneth E. Graap [SMTP:keg@nwnatural.com] > Sent: Wednesday, November 04, 1998 1:17 PM > To: MIDRANGE-L@midrange.com > Subject: Remote Journaling > > > Hello > > I am thinking about implementing remote journaling soon. > > I have one concern though... > > When a journal entry is made into a remote journal, does it slow down > the job > running at all. I've been told that the job waits until the remote > system > acknowledges receipt of the journal entry.... > > However, it has always been my understanding that journal entries run > asyncronously to the application making the file updates... If this is > true then > the application making the file updates should not be affected at all. > > thanx in advance for your comments > > Kenneth Graap > NW Natural Gas > keg@nwnatural.com > Portland, OR.... > > Currently in Atlanta at the IBM Technical Conference! > +--- > | This is the Midrange System Mailing List! > | To submit a new message, send your mail to MIDRANGE-L@midrange.com. > | To subscribe to this list send email to MIDRANGE-L-SUB@midrange.com. > | To unsubscribe from this list send email to > MIDRANGE-L-UNSUB@midrange.com. > | Questions should be directed to the list owner/operator: > david@midrange.com > +--- +--- | This is the Midrange System Mailing List! | To submit a new message, send your mail to MIDRANGE-L@midrange.com. | To subscribe to this list send email to MIDRANGE-L-SUB@midrange.com. | To unsubscribe from this list send email to MIDRANGE-L-UNSUB@midrange.com. | Questions should be directed to the list owner/operator: david@midrange.com +---
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.