[Info-vax] What would be involved in moving RMS into kernel mode ?
Arne Vajhøj
arne at vajhoej.dk
Sat May 6 10:43:19 EDT 2023
On 5/6/2023 6:39 AM, Jan-Erik Söderholm wrote:
> About RMS Global Buffers. What files are these usually used for?
> I have got an (maybe wrong) impression that it is mostly indexed
> files "databases".
>
> As an example, Rdb is not using RMS for the data/storage. It is
> used for some Rdb files like the backup files and "export" files,
> but for that I do not see can gain much from faster global buffers...
I am far from an expert in RMS (unlike Hein), but my very basic
understanding is that global buffers work for both sequential
and index-sequential files.
But to provide value in the form of better performance then:
- the same file need to be accessed by multiple processes
- the access need to go through RMS
Which may have been a common scenario 35 years ago, but
not so much today.
An indexed-sequential file being updated by multiple
processes running some Cobol/Basic/Pascal application
designed 35 years ago is probably the most likely
combo to match those criteria.
Arne
More information about the Info-vax
mailing list