On 3/10/2015 12:13 PM, Saumitra Srivastav wrote: > Now we want to do the same with Solr. While I do realize that this is going > to be a lot of work, but if its something that will reap benefit in long > run, then so be it. Datastax provides a netty based layer in their > enterprise version which folks have reported to be faster.
Netty has been discussed as a replacement for the Servlet API, as one pathway towards Solr becoming a standalone application. I'm pretty sure that the general thinking within the project is to keep using HTTP (that is one of the protocols that Netty implements) but the hope is that it would be more efficient than a servlet container. There is a lot of evidence that Netty implements network communication much more efficiently than other libraries. If you have the experience to do work like that, user contributions are always welcome. Thanks, Shawn