Roxen.git/
server/
modules/
filesystems/
filesystem.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2000-03-01
2000-03-01 18:30:33 by Martin Nilsson <mani@lysator.liu.se>
2e5801bdb540992f1d662e7a2c18f9c6bbc3b6a0 (
10
lines) (+
6
/-
4
)
[
Show
|
Annotate
]
Branch:
5.2
Updated a defvar description.
Rev: server/modules/filesystems/filesystem.pike:1.68
8:
inherit "roxenlib"; inherit "socket";
-
constant cvs_version= "$Id: filesystem.pike,v 1.
67
2000/
02
/
27
07
:
37
:
32
per
Exp $";
+
constant cvs_version= "$Id: filesystem.pike,v 1.
68
2000/
03
/
01
18
:
30
:
33
nilsson
Exp $";
constant thread_safe=1; #include <module.h>
114:
defvar("stat_cache", 0, "Cache the results of stat(2)", TYPE_FLAG|VAR_MORE,
-
"This can speed up the retrieval of files up to
60/
70% if you "
+
"This can speed up the retrieval of files up to 70% if you "
"use NFS, but it does use some memory.\n" "<p>Also note that the cached results are only rechecked when the " "file is fetched with the no-cache pragma (produced e.g. by "
-
"Alt-Ctrl-Reload in Netscape)
and
when the module is reloaded. "
+
"Alt-Ctrl-Reload in Netscape)
,
when the module is reloaded
"
+
"or when the cached entry has expired
. "
"Thus, it's not recommended to use this on filesystems that "
-
"change a lot
, e
.
g. where users are allowed to upload.
");
+
"change a lot.");
defvar("access_as_user", 0, "Access file as the logged in user", TYPE_FLAG|VAR_MORE,