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=['
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