On Sat, 2002-08-17 at 12:36, Zeev Suraski wrote: > Well, I guess it boils down to whether we want to support this function > (which should be easy, I think), or support filesystems without atime. I > vaguely remember that many filesystems don't have (or are capable of > disabling) atime for performance reasons, but I could be wrong.
>From /etc/fstab: /dev/sda6 /home/ ext2 defaults,noatime 1 2 /dev/sdb1 /home/users/ ext2 defaults,usrquota,noatime,nosuid 1 2 Yes, it is possible to disable atime, exactly for that reason (performance) -- Timm -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php