[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Transactionless reporter performance results

From: Brandon Ehle <azverkan_at_yahoo.com>
Date: 2004-01-30 16:53:42 CET

Juanma Barranquero wrote:
> On Fri, 30 Jan 2004 08:28:32 +0100
> Branko Cibej <brane@xbc.nu> wrote:
>
>
>>Unmounting the volume should work if its done carefully, but I don't
>>know of a tool that does this
>
>
> AFAICS, the sync utility, from sysinternals.com, claims to do that:
>
>
>>UNIX provides a standard utility called Sync, which can be used to
>>direct the operating system to flush all file system data to disk in
>>order to insure that it is stable and won't be lost in case of a system
>>failure. Otherwise, any modified data present in the cache would be
>>lost. Here is a an equivalent that I wrote, called Sync, that works on
>>both Windows NT/2K and Windows 95/98. Use it whenever you want to know
>>that modified file data is safely stored on your hard drives.
>>Unfortunately, Sync requires administrative privileges to run. This
>>version also lets you flush removable drives such as ZIP drives.

This is only half of what we want. The sync command only clears the
write cache, but we are more specifically interested in clearing the
read cache.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Jan 31 04:53:43 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.