Does throttler have performance implications?
Posted: Fri Aug 10, 2007 8:08 am
Managed to get throttler to work, but server has slowed right down. Is it an issue
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
I assume sleep does not effect server performance?d11wtq wrote:Throttler makes calls to sleep() so that script will run slowly. Is that what you mean?
Yes, if you're running it in a web browser you will have to keep the window open, unless you make a call ignore_user_abort(). sleep() doesn't have any performance implications, it just makes your script hang while it, err, sleepsroscoe wrote:I assume sleep does not effect server performance?d11wtq wrote:Throttler makes calls to sleep() so that script will run slowly. Is that what you mean?
BTW- when running the script (using the throttler) you shouldn't have to keep the browser open should you till it is done?