Allow configuration of multiple types of the Trift server
---------------------------------------------------------

                 Key: CASSANDRA-2657
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2657
             Project: Cassandra
          Issue Type: Improvement
          Components: Core
    Affects Versions: 0.8.1
         Environment: JVM 1.6
            Reporter: Vijay
             Fix For: 0.8.0, 0.8.1


Thrift server has multiple modes of operations specifically...
 
1) TNonblockingServer
2) THsHaServer
3) TThreadPoolServer

We should provide a configuration to enable all of the above. The client 
library can either use Async or the Sync... (independent of the server side)
This patch also might address the issue (which we where seeing), when there are 
large number of connections to the server (throughput reduces).

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to