Thread Problem mit stat() (30 answers)
Opened by Escape at 2010-02-18 16:36

sid burn
 2010-02-18 18:04
#133291 #133291
User since
2006-03-29
1520 Artikel
BenutzerIn

user image
2010-02-18T16:43:18 Escape
Allerdings verwende ich stat() im Rahmen eines Scripts das auf einem (beliebigen) Webserver laufen soll - von daher besteht keine Möglichkeit, die von Dir genannten Mountoptionen umzusetzen.


Code: (dl )
my $mount = qx(mount);


Ansonsten ist die mountoption "noatime" weit verbreitet so das du das sehr oft anfinden wirst. Kurz gesagt, auf die atime würde ich mich nicht verlassen.

Ansonsten ist die noatime option auch ganz sinvoll:

Quote
"It's also perhaps the most stupid Unix design idea of all times. Unix is really nice and well done, but think about this a bit: 'For every file that is read from the disk, lets do a ... write to the disk! And, for every file that is already cached and which we read from the cache ... do a write to the disk!'"

http://kerneltrap.org/node/14148
Nicht mehr aktiv. Bei Kontakt: ICQ: 404181669 E-Mail: perl@david-raab.de

View full thread Problem mit stat()