Hi,

Solr runs as a Web application. The requests you most probably mean
are just HTTP-requests to the underlying container. Internally each
request is processed against the Lucene index, usually being a file-
based one. Therefore there are no connections like in a database
application, where you have a pool of connections to your remote
databse server.

Best,
  Sven

--On Donnerstag, 8. Juli 2010 15:46 +0300 "ZAROGKIKAS,GIORGOS" <g.zarogki...@multirama.gr> wrote:

Hi solr users

I need to know how solr manages the connections when we make a
request(select update commit) Is there any connection pooling or an
article to learn about it connection management?? How can I log in a file
the connections solr server

I have setup my solr 1.4 with tomcat

Thanks in advance

Reply via email to