HP3000-L Archives

February 1999, Week 2

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Robert Joseph <[log in to unmask]>
Reply To:
Date:
Tue, 9 Feb 1999 13:25:35 -0500
Content-Type:
text/plain
Parts/Attachments:
Re: (19 lines)
We have used this feature in several systems.  It is done with an
FSETMODE(fnum,1) call.

This is a particularly useful feature with interactive programs where it
must be guaranteed that changes to a file will not be lost by a program
or system abort (Qedit's work file is an example, I believe).  A place
where we have used it in batch jobs is when FUPDATE's to a file must be
synchronized with changes in a database.  Image and Allbase will
preserve those changes, only XM can do it for flat files.

Despite the slight overhead described by Stan, it is less expensive than
using regular FCONTROL calls to post records to disc.  And one
millisecond per record seems like a small price to pay for data
integrity.

Rob Joseph
The NPD Group
[log in to unmask]

ATOM RSS1 RSS2