Multiple views using bottle.py

I have been using the micro-framework called bottle.py, and starting to write fairly complicated applications on top of it. So I have been able to put together a relatively clean structure based that serves my maintainability issues This setup uses redis, memcached, and mako as the templating language. Lets assume the application name is project. project/project/main.py - This is the core application file that loads up bottle and the pluginsproject/INSTALL - This is the readme and simple installation instructionsproject/middlewares....

September 2, 2012 · 2 min · 232 words · Me

Distributed transactions

Sat in on a fascinating discussion on distributed transactions, its very clear how most people seem to underestimate at what loads contention starts to happen. Have been hanging out with redis over the last couple of weeks and its obvious that you can do quite a few things with it! Good stuff antirez… Read up a couple of things http://nosqlsummer.org/paper/life-beyond-distributed-transactions http://redis.io/topics/transactions

August 22, 2012 · 1 min · 61 words · Me