Does anyone know the maximum number of files opened with fopen( ) PHP will support?
Is there a client limit as well as a server limit, and do you have the info on it?
Thanks
um, bump. 🙂
while (1) { create dummy file with unique name fopen it increment a counter }
...let us know when it crashes. 😃
Good one 🙂
I can try that. Won't know if this applies to a single user logging onto the site or two the sum of all users logging onto the site, as I'm developing on my local host.
Cheers though. 😃
In my mind this would seem to be something dependant on memmory, and not really on PHP. Though there is probably a better solution to the problem than having 20-some files open at once.
my 2 cents.
Dopp