issues when using pycassa with uwsgi

2011-03-30 Thread Zhongwei Sun
Hello, We are using pycassa with uwsgi. There are about 16 uwsgi processes. It is strange that one process can get the data which is queried by another process. e.g. there is one row in column family A, looks like: {row_key, {'column_a': 1, 'column_b': 2}} process 1 run: get(row_key, columns=['

Re: Patterns for writing enterprise applications on cassandra

2011-02-15 Thread Zhongwei Sun
Is there any Python implementation for transaction? 2011/2/16 Gaurav Sharma : > Enterprise applications is a very broad topic. There's no one answer for > every type. > > You specifically mention a transactional scenario. For that, I can recommend > you look at Cages (http://code.google.com/p/c