When we create a pylons app first time using paster, where the session and cache data are stored? Do they have expiry time? what is the performance if I store the more than 1000 tags into the cache? Is it CPU intensive?
I have websites with around 1000 tags. Tags has two properties. Tag Id (primary key) and name (string). I want to store the tag id and name into cache so that I can read the data from cache than reading from database. I run on 380 MB RAM on linode where I cannot overdrive my database. Any better ideas to handle this cases? Anything like memcachedb (against memcached) or LightCloud(http:// opensource.plurk.com/LightCloud/) will workout? It should be File IO but less CPU intensive application. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
