Re: solr connection question

2010-07-09 Thread Óscar Marín Miró
xD

On Thu, Jul 8, 2010 at 2:58 PM, Alejandro Gonzalez
alejandrogonzalezd...@gmail.com wrote:
 ok please don't forget it :)

 2010/7/8 Ruben Abad rua...@gmail.com

 Jorl, ok tendré que modificar mi petición de vacaciones :(
 Rubén Abad rua...@gmail.com


 On Thu, Jul 8, 2010 at 2:46 PM, 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
 
 
 
 





-- 
Whether it's science, technology, personal experience, true love,
astrology, or gut feelings, each of us has confidence in something
that we will never fully comprehend.
 --Roy H. William


Re: solr connection question

2010-07-09 Thread Leonardo Menezes
jarrlll

On Fri, Jul 9, 2010 at 10:20 AM, Óscar Marín Miró
oscarmarinm...@gmail.comwrote:

 xD

 On Thu, Jul 8, 2010 at 2:58 PM, Alejandro Gonzalez
 alejandrogonzalezd...@gmail.com wrote:
  ok please don't forget it :)
 
  2010/7/8 Ruben Abad rua...@gmail.com
 
  Jorl, ok tendré que modificar mi petición de vacaciones :(
  Rubén Abad rua...@gmail.com
 
 
  On Thu, Jul 8, 2010 at 2:46 PM, 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
  
  
  
  
 
 



 --
 Whether it's science, technology, personal experience, true love,
 astrology, or gut feelings, each of us has confidence in something
 that we will never fully comprehend.
  --Roy H. William



RE: solr connection question

2010-07-09 Thread Chris Hostetter

: Yes I mean  HTTP-requests 
: How can I log them?

it's entirely dependent on your Servlet Container (ie: jetty, tomcat, 
resin, weblogic, etc...)

If you are using the example jetty provided in the solr releases (ie: java 
-jar start.jar) they show up in examples/logs


-Hoss



solr connection question

2010-07-08 Thread ZAROGKIKAS,GIORGOS
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 





Re: solr connection question

2010-07-08 Thread Sven Maurmann

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


Re: solr connection question

2010-07-08 Thread Ruben Abad
Jorl, ok tendré que modificar mi petición de vacaciones :(
Rubén Abad rua...@gmail.com


On Thu, Jul 8, 2010 at 2:46 PM, 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






RE: solr connection question

2010-07-08 Thread ZAROGKIKAS,GIORGOS
Yes I mean  HTTP-requests 
How can I log them?
-Original Message-
From: Sven Maurmann [mailto:sven.maurm...@kippdata.de] 
Sent: Thursday, July 08, 2010 3:56 PM
To: solr-user@lucene.apache.org
Subject: Re: solr connection question

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


Re: solr connection question

2010-07-08 Thread Alejandro Gonzalez
ok please don't forget it :)

2010/7/8 Ruben Abad rua...@gmail.com

 Jorl, ok tendré que modificar mi petición de vacaciones :(
 Rubén Abad rua...@gmail.com


 On Thu, Jul 8, 2010 at 2:46 PM, 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