EagerWolf Posted November 28, 2007 Share Posted November 28, 2007 OK the point is that I need to write files on my local server .. Everything works fine... The problem is when writing new multiple files PHP freezes. It just stop executing and freez. I assume the problem is while file is still being written and another command come to write new file ... I tried to check with the function file_exists(), but the problem is that file exists, but it is now jet written... I thought if there is any command to wait for let's say 4 seconds and than continue... But I didn't find anything. Any suggestions? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.