Does throttler have performance implications?
Moderators: Chris Corbyn, General Moderators
Does throttler have performance implications?
Managed to get throttler to work, but server has slowed right down. Is it an issue
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
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?