i think curl_multi is slow.
thks, i will try.
2007/4/27, Michael Kimsal <[EMAIL PROTECTED]>:
The curl_multi is probably the most effective way, using straight PHP.
Another option would be to spawn several jobs, assuming unix/linux, and
wait
for them to get done. It doesn't give you very good
The curl_multi is probably the most effective way, using straight PHP.
Another option would be to spawn several jobs, assuming unix/linux, and wait
for them to get done. It doesn't give you very good error handling (well,
none at all actually!) but would let you run multiple indexing jobs at once