Change - Cache

Created on May 2, 2013, 9:07 p.m. by Hevok & updated on June 20, 2013, 10:43 a.m. by Hevok

The fundamental trade-off of dynamic Web sites is that they are dynamic. This is the first part of Denigma's Acronym. Caching systems in Denigma are implemented to deal with requests overhead and to cache calculations. As Denigma was small it was no problem but its becoming bigger and bigger and more and more Data and traffic goes in, therefore we need to scale up with more efficiency methodologies. ¶

* For caching on the ORM layer see [http://pythonhosted.org/johnny-cache/
; https://github.com/jmoiron/johnny-cache].


Comment: Updated entry

Comment on This Data Unit