On 5/12/06, Michael Levy <[EMAIL PROTECTED]> wrote:
How efficient is making a separate HTTP request per-document, when there are millions of documents?
If you use persistent connections and add make multiple requests in parallel, there won't be much difference than multiple docs per request. -Yonik