On 10/18/07, Mike Klaas <[EMAIL PROTECTED]> wrote: > I have a large number of servers, each running 1-2 containers, each > having 1-2 solr deployments (fixed). If I want a new Solr instance, > I just start a new container (possibly on a new server). I treat it > like a process, and can shut it down using kill and other unix tools.
I realize this is a bit off-topic -- but I'm curious what the rationale was behind having that many solr instances on that many machines and how they are coordinated. Is it a master/slave setup or are they distinct indexes? Any further details about your architecture would be interesting to read about :-) //Ed