Quote:
Originally Posted by lierduh
A quick and dirty way is to add:
sleep (5);
under this line:
while ($group = $DB_site->fetch_array($get_groups)){
Change 5 to other seconds you want.
|
That does the trick. Thank you, lierduh
Quote:
Originally Posted by lierduh
The script queries the server one by one, it does not create more than one connection at a time. It behaves quite like a normal news reader.
|
I see - I tested the gateway this morning with a commercial newsserver and the script worked like a charme (out of the box). It seems the problem was in fact the free newserver I used until now. But modificated with sleep(3); even the free one works fine.