Re: Solr openning many threads

2008-12-18 Thread Yonik Seeley
On Thu, Dec 18, 2008 at 9:03 AM, Alexander Ramos Jardim wrote: > I can see from a thread dump that Solr opens a lot of threads. > > How does Solr use these threads? Does exist more than one thread for search > in Solr? Does Solr use any type of workManager or are the threads simple > java.lang.Thr

Solr openning many threads

2008-12-18 Thread Alexander Ramos Jardim
Hello, I can see from a thread dump that Solr opens a lot of threads. How does Solr use these threads? Does exist more than one thread for search in Solr? Does Solr use any type of workManager or are the threads simple java.lang.Thread ? How many concurrent threads does Solr create? How does it m