Venkata,

Solr is a neat webapp. It doesn't spins threads (almost). It's spin in
servlet container threads. You need to configure tomcat/jetty.

On Tue, May 14, 2013 at 4:17 PM, Dmitry Kan <solrexp...@gmail.com> wrote:

> venkata,
>
> If you are after search scaling, then the webapp server (like tomcat, jetty
> etc) handles allocation of threads per client connection (maxThreads for
> jetty for instance). Inside one client request SOLR uses threads for
> various tasks, but I don't have any exact figures (not sure if wiki has
> them either).
>
> Dmitry
>
>
> On Mon, May 13, 2013 at 7:22 PM, venkata <vmarr...@yahoo.com> wrote:
>
> >
> >
> >
> >
> >
> > I am seeing  configuration point for indexing threads.
> >
> > However I am not finding anything for search.   How many simultaneous
> > threads, SOLR can spin during search time?
> >
> >
> >
> > --
> > View this message in context:
> >
> http://lucene.472066.n3.nabble.com/maximum-number-of-simultaneous-threads-tp4062903p4062982.html
> > Sent from the Solr - User mailing list archive at Nabble.com.
> >
>



-- 
Sincerely yours
Mikhail Khludnev
Principal Engineer,
Grid Dynamics

<http://www.griddynamics.com>
 <mkhlud...@griddynamics.com>

Reply via email to