uhm, oops...
die klasse gibts doch noch, hatte nur den slash falsch kopiert... win/lin...
die zeile zeigt aber auch schon das problem...
if (is_file($this->resource)) {
$this->sysLog('Waiting for a
different process to release the lock');
$i = 0;
while ($i<$this->loops) {
$i++;
usleep($this->step*1000);
clearstatcache();
if
(!is_file($this->resource)) { // Lock became free, leave the
loop
$this->sysLog('Different process released the lock');
$noWait = false;
break;
}
}
sieht mir ja noch sehr willkuerlich aus (wieso 1000???).
der kollege bruchmann sollte da aber nen fast-fix fuer dich haben,
siehe sein voriges mail...
lg
Oliver
On Tue, Feb 3, 2009 at 3:10 PM, David Bruchmann <
david@...> wrote:
--
Oliver Leitner
http://www.neverslair-blog.net_______________________________________________
TYPO3-german mailing list
TYPO3-german@...
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-german