Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for 
change notification.

The "ClientOptions" page has been changed by JonathanEllis.
The comment on this change is: be more vigorous in encouraging use of 
high-level clients.
http://wiki.apache.org/cassandra/ClientOptions?action=diff&rev1=102&rev2=103

--------------------------------------------------

  <<TableOfContents()>>
  
  = High level clients =
- These are often more convenient than raw Thrift, which has a certain 
lowest-common-denominator flavor to it, because that's what it does.  But, it's 
good to understand the Thrift [[API]] to have an idea of what's going on under 
the hood.  See the individual clients for their respective documentation. Note 
that by default the Thrift [[API]] is exposed on port 9160.
+ Using one of these clients is strongly preferred to raw Thrift.  Here are the 
clients that support Cassandra 0.7.
+ 
+ If no high-level client exists for your environment, you may be able to 
update an older client; failing that, you'll have to use the raw Thrift [[API]].
  
   * Python:
    * Telephus: http://github.com/driftx/Telephus (Twisted)
@@ -12, +14 @@

    * Hector: http://github.com/rantav/hector
   * Ruby:
    * Cassandra: http://github.com/fauna/cassandra
+ 
  == Older clients ==
  If you are using Cassandra 0.6*, see [[ClientOptions06]].
  

Reply via email to