Re: Question to php to do with multi index

2007-04-27 Thread James liu
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

Re: Question to php to do with multi index

2007-04-27 Thread Michael Kimsal
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