Hi PHP Programmers Does anyone know if the php function sleep() can help to reduce server resources? Let's say I have 1000 queries. But every 50 queries, I use sleep(), will it help?
Let's say if the 1k queries is taking the usernames of twitter users. So most probably my script will be looking through at the browse page of twitter and extracting usernames from there.