site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 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 (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/site_archiver%40lists.a... 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 This email sent to site_archiver@lists.apple.com
participants (1)
-
Brian Bergstrand