[TYPO3-core] RFC: #7333: Solution for "Page is being generated"

Martin Kutschker martin.kutschker-n0spam at no5pam-blackbox.net
Sat Feb 2 00:27:08 CET 2008


Oliver Hader schrieb:
> Hi Bernhard,
> 
> Bernhard Kraft schrieb:
>> Additional: Instead of just using "flock" the patch should try to
>> use mutex-locks if available (better thread safety) and just use
>> file-locks as a fallback.
> 
> Did you research for such mutex or concurrent helper functionalities or 
> know of something similar. The PHP documentation on flock() states, that 
> some filesystems might have problems with flock(), e.g. NFS.
> Well, such live network shares are quite often used...

You run a temp. directory over NFS? Why? Anyway if we're concerned we 
can make the lock path configurable and state that the file must not 
reside on a networked file system.

Masi


More information about the TYPO3-team-core mailing list