localhost dan çalıştırıyosan set_time_limit(0);
sitenden çalıştıracaksan her 1 veri çektiğinde usleep(200000); ile az beklet
10 tane çektiğinde de sleep(5);

while(){
.
.
usleep(200000);
}

toplam 10 tane çektiğine sleep(5);

kolay gelsin..