Hi All
I have a question about the Sleep() function in PHP. When i am running a script, and the sleep function kicks in, are any resources used up? I would think something is as it needs to hold the script in memory but is it enough to lets say have 100+ scripts in memory in a sleep mode until it can continue or will the system crash if there are a lot of scripts resident in memory?
Thanks!
I have a question about the Sleep() function in PHP. When i am running a script, and the sleep function kicks in, are any resources used up? I would think something is as it needs to hold the script in memory but is it enough to lets say have 100+ scripts in memory in a sleep mode until it can continue or will the system crash if there are a lot of scripts resident in memory?
Thanks!