On Jan 23, 2008 1:29 PM, Chris Harris <[EMAIL PROTECTED]> wrote:

>
> >>> And then if you're using
> a client such as solrsharp, there's the question of whether *it* will
> slurp the whole stream into memory.
>
>
Solrsharp reads of the XML stream from Solr use standard dotnet framework
XML objects, which by default read the entirety of the stream into memory
before returning control back to your code.  There are facilities in the
dotnet framework which provide for reading XML data in chunks vs. the full
stream, but solrsharp at present uses the defaults of the framework.

-- jeff

Reply via email to