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 -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.
