D
Dick Dawson
I'm following up on a question I asked last week. I will be running a
system with CF in which I can eliminate any need for my applications to
write to disk except for very occasionally needing to update a DLL and
possibly a couple of .exe files (this won't happen more than several times a
year). There will be no browser, no display and keyboard, etc. so I don't
clearly see that any temp files, MRU file lists, etc. will be updated. I
will have a small swap file only for the purpose of enabling performance
statistics. I suppose the system may update some event logs at boot time
but the systems will run 24x7 as long as possible without being rebooted. I
don't know whether system facilities such as pipes and sockets may write to
the disk in some way or whether the OS routinely writes to the registry.
Under these circumstances, do I need EWF to protect my CF or can I assume
that writes will be so infrequent that EWF protection is not needed? EWF
presents a problem that I explained previously in that the most likely way
that these systems will stop will be because of an ungraceful shutdown and
in that case the very occasional changes I do make will be lost.
A different theoretical architecture for my system would be to run out of
ramdisk that is loaded from the contents of CF. Is such an architecture
supported or possible? In this scenario I would still need to do occasional
writes to the CF.
DD
system with CF in which I can eliminate any need for my applications to
write to disk except for very occasionally needing to update a DLL and
possibly a couple of .exe files (this won't happen more than several times a
year). There will be no browser, no display and keyboard, etc. so I don't
clearly see that any temp files, MRU file lists, etc. will be updated. I
will have a small swap file only for the purpose of enabling performance
statistics. I suppose the system may update some event logs at boot time
but the systems will run 24x7 as long as possible without being rebooted. I
don't know whether system facilities such as pipes and sockets may write to
the disk in some way or whether the OS routinely writes to the registry.
Under these circumstances, do I need EWF to protect my CF or can I assume
that writes will be so infrequent that EWF protection is not needed? EWF
presents a problem that I explained previously in that the most likely way
that these systems will stop will be because of an ungraceful shutdown and
in that case the very occasional changes I do make will be lost.
A different theoretical architecture for my system would be to run out of
ramdisk that is loaded from the contents of CF. Is such an architecture
supported or possible? In this scenario I would still need to do occasional
writes to the CF.
DD