On 1/5/2014 9:19 AM, Saumitra Srivastav wrote: > Also is there a way to specify number of threads for queries?
I have not seen anything like this. That doesn't mean it doesn't exist, just that I haven't seen it. The servlet container can put a limit on the total thread count. For the Jetty that's included in the example, this is configured via etc/jetty.xml to a value of 10000, which is a lot more than most people will ever need. Thanks, Shawn