Academia said:
message
I was under the impression that when a compressed
file is used it is
uncompresed for usage, then compressed when closed.
Is that incorrect.
That's correct. You might have to test this out, but
I -think- if the system compresses a file, it becomes
uncompressed when you use it again. However, if you
should manually set a file to be compressed via the
file's Properties, then it stays compressed even if you
used it.
No problem. It just that I was thinking that if I
didn't use a
program for a long time and it got compressed, it
would then be
constanly uncompressed and recompressed if it later
became popular.
(Maybe the assumption of recompresion is not even
correct.)
Ah, I see. Although the compression is standard zip
compression, it's a fairly "light" compression. It
makes the file quite a bit smaller in some cases (not
all), compared to "regular" compression with other
programs such as WinZip.
The smaller amount of compression means it can
uncompress faster. Plus, it leaves the disk
compressed, is uncompressed in buffers etc. and finally
fed into accessible memory as uncompressed.
Also, when a file is to STAY compressed, it WILL
stay compressed on the disk. It's only uncompressed on
its way to memory; so, in memory it's uncompressed.
Then, if changes have been made to the file, it is
recompressed in memory and put back to disk that way.
So in this case the compression/decompression is
actually happening in fast memory while nothing on the
hard drive changes until it's written back to from
memory. The time required is thus minimized and
hopefully unnoticeable to the user, which is true in
most not all cases.
IF I understand it correctly, anyway<g>. Try
googling for "XP compress" +how (with quotes)
and I think you can find the nitty gritty of what goes
on.
HTH
Pop`