Nabil wrote:
for ($i=0 ; $iwith n records you send n http GET requets, which take a long time,
using bandwith, and needs n executions of php script on webserver2.
Why not simply creating a csv file on the fly, with all your
3fields data, and send it to the php script on the other webserver?
You can
[snip]
1-the problem is that the 30 second of execution time expired before i
can
send even 200 records.
[/snip]
Use set_time_limit() in the page itself, requires no mod to php.ini
http://www.php.net/set_time_limit
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://ww
2 matches
Mail list logo