On Feb 6, 2008 7:53 AM, zqzuk <[EMAIL PROTECTED]> wrote:
> If solr receives 10 concurrent request, does it deal with the 10 requests
> simultaneously

It uses a thread per request, simultaneously (up to any limit
configured by the app server)

> using 10 (or as many as possible) searchers

There is a single searcher serving all requests at a time.

-Yonik

Reply via email to