Hoi,
liegt es nun an meinem Unvermögen, oder kann mir jemand
bestätigen das die "flock" Befehle von Apache/Perl nicht auf Basis
von VMS funktionieren !?
aus perldoc -f flock:
Produces a fatal error if
used on a machine that doesn't implement flock(2), fcntl(2)
locking, or lockf(3). `flock' is Perl's portable file locking
interface, although it locks only entire files, not records.
Herausfinden, ob VMS lockf, flock oder fcntl implementiert kannst du ueber
perldoc Config (Stichworte: d_flock, d_fcntl_can_lock, d_lockf)
Dokus lesen lohnt sich manchmal.
Gruesse,
CK
Ups.
O.K.
Vielen Dank
Gruß
Jürgen Schneider