Carbon File Manger VFS caching
Carbon File Manger VFS caching
- Subject: Carbon File Manger VFS caching
- From: Brian Bergstrand <email@hidden>
- Date: Fri, 12 Aug 2005 18:37:53 -0500
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
We've had problems with the Carbon File Mgr caching dir entries for
too long in Panther and Jaguar and the problem persists in Tiger.
Sometimes it takes more than a minute to refresh and sometimes it
seems to never refresh. Our timestamps are cached in the VFS for 10
seconds, and then we hit the network again. Is there anything else
that we can do to get a refresh quicker? We set FAST_STATFS in the
vol attributes, but it didn't make a difference. So far, only
quitting the Finder or running the following script can force a
refresh and neither are very useful in day to day use by customers.
tell application "Finder"
try
set mytarget to POSIX path of (target of front
window as Unicode text)
do shell script "/bin/ls -l " & quoted form of mytarget
update target of front window
end try
end tell
Thanks.
Brian Bergstrand
<http://www.bergstrand.org/brian/> PGP Key ID: 0xB6C7B6A2
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (Darwin)
iD8DBQFC/TLWedHYW7bHtqIRAp0cAJ9tOGlaG+YFlv1y9VT3bNkAwDytSACg31g7
9UDCmtQTsVh491BPiNHiaPw=
=icb8
-----END PGP SIGNATURE-----
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-kernel mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden