Liam Gibbs wrote:
> < trying to access is locked by other script (via
> flock()) or not. I need to make script wait untill
> other script running in a parallel thread releases the
> lock on the file.>>
>
> Without testing, would this work? Just a suggestion
> (read: shot in the dark) that may wo
<>
Without testing, would this work? Just a suggestion
(read: shot in the dark) that may work.
while(!$filehandle) {
$filehandle = @fopen("file_in_question",
"r/w/whatever");
}
<>
You're welcome in advance. :)
__
Do You Yahoo!?
Yahoo! Tax C
2 matches
Mail list logo