Hi
This topic has probably been covered before, but I havnt had the luck to
find the answer.
We are running solr instances with several cores inside. Solr running
out-of-the-box on top of jetty. I believe jetty is receiving all the
http-requests about indexing ned documents, and forwards it to the solr
engine. What kind of parallelism does this setup provide. Can more than
one index-request get processed concurrently? How many? How to increase
the number of index-requests that can be handled in parallel? Will I get
better parallelism by running on another web-container than jetty - e.g.
tomcat? What is the recommended web-container for high performance
production systems?
Thanks!
Regards, Per Steffensen