Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Looking over the horizon - Rebol 3

From: nitsch-lists:netcologne at: 12-Nov-2003 12:40

Am Mittwoch, 12. November 2003 11:49 schrieb Anton Rolls:
> Shouldn't that be a rom scheme, then? > eg: rom://file > > Or was the read-only an option? >
The read-only is by 'secure, not the scheme. But you can switch the scheme to work as ramdisk or write back to disk. so you can work ram-only for debugging and turn disk-access on for release. Or implement a flush-all, work in ram and only write back on success. kind of commit. but never really used it.
> Anton. > > > for ram-cache, i wrote a ramdisk-scheme long ago. which loaded > > missing files > > from disk and cached. eventually i find it, if you ask. but since > > it was very > > simple and there are some scheme-examples now, you may have more > > fun to do it > > yourself ;) > > you have to change files to ram://file, but since the disk is > > readonly you wil > > trap wrong file-access. > > > > -Volker
-Volker