I have a script that is sending UDP queries to a server. It has some 3000 different servers to query, but it seems to stop at 147 almost every time. I've played with these:
if (! get_cfg_var('safe_mode')) {
set_time_limit(500);
max_execution_time(500);
}
but they didn't do any difference. can anyone help?