Re: Smart Client Routing

2010-11-17 Thread Jonathan Ellis
This is what the StorageProxy API does. There is an example in contrib/client_only. There are some fairly strong limitations: - Java-only - No compatibility guarantees from version to version - You need a separate IP for each client On Tue, Nov 16, 2010 at 9:17 PM, Aaron Morton wrote: > No

Re: Smart Client Routing

2010-11-16 Thread Aaron Morton
No need to worry. I run REST requests through Varnish box > nginx / Tornaod / Python box > Cassandra cluster and can get requests in and out of the stack in a couple of milliseconds. Using some old workstation HW and not paying much attention to tuning. Build it like a normal system and separate ou

Smart Client Routing

2010-11-16 Thread E S
I am considering building a system as follows: 1. Data stored in Cassandra 2. Webservice cluster (stateless) will pull data from cassandra and do business operations plus security enforcement 3. Clients will hit the webservice cluster I'm trying to maintain a low read latency and am worried