Hallo Daniel
Das ist falsch! RFTM "perldoc -f flock". Zitat:
Hab' ich wohl, allein mir fehlt die Gruetze ;-)
Ich bin halt immer eher fuer die nachvollziehbaren und verstaendlichen Loesungen. Und in dem Buch "CGI Programming" von Shishir Grundavaram fand ich auf S.123f.:
"You simply call flock and pass the name of the file handle like this:
flock(FILE,2);
This call grants you the exclusive right to use the file."
...
"When you're finished with the file, issue the following call:
flock(FILE,8);"
Kann also nicht ganz verkehrt sein, es so zu machen. Und wenn du anderer Ansicht bist bzw. begruenden kannst, was daran falsch ist, dann waere es fein, wenn du das tun wuerdest!
viele Gruesse
Stefan Muenz