This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: File operations speed-up


What are you going to do about backup utilities that clear this bit when a
file has been backed up? I assume that there are still backup utilities out
there that use the archive bit for determining when a file needs to be
backed up.


At 02:15 PM 3/17/97 +0300, Sergey Okhapkin wrote:
>Hi!
>
>This patch increases the speed of stat/lstat calls dramatically. The trick 
>is simple. Cygwin's stat call implementation reads the beginning of stated 
>file to look for a "magic cookie" to define "executable" and "symlink" 
>attributes of a file. With this patch reading is performed only if file 
>have "archive" bit cleared. All ordinary files (not executables/symlinks) 
>have this bit set. After applying this patch You have to "chmod +x file" on 
>all executables/symlinks. I made a "chmod +x *" on directories with 
>binaries. Later I'll write a special utility "fssync" to examine all files 
>in a given directory tree and to set archive bit according to file magic 
>cookie. Compare the time of "du ." on cygwin's root without and with this 
>patch :-)
>
> 
>
>--
>Sergey Okhapkin
>Moscow, Russia
>Looking for a job.
>
>
>
>Attachment Converted: "e:\eudora\rick\attach\archive.diff"
>
>-
>For help on using this list, send a message to
>"gnu-win32-request@cygnus.com" with one line of text: "help".
>
>
Rick Rankin
rrankin@primenet.com
-
For help on using this list, send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]