I have a clustered environment, with a load-balancer in the front
assigning connections.  Is it better to have one of the cluster running
a searcher as a webservice (to be accessed by the other machines in the
cluster) or to have a IndexReader/Searcher for each machine in the
cluster?

Ahh, OK I see. For this it's better to use one IndexReader/Searcher per machine in your cluster. Multiple threads hitting a single machine should then share that one IndexReader/Searcher.

Mike

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to