everything is stored it's in a data directory in the project's directory ( cache , session )
you can control the data-store type for each but in your example, it might make more sense to do either: 1- use a global hash to store your tags 2- use a memory cache to store your tags 3- use memcached to store your tags , through a 3rd party library or the cache option you can construct the object caches as you wish. you should read up on the cache documentation on pylons , or the myghty cache docuemtnation ( http://www.myghty.org/docs/cache.html ) IIRC, the pylons stuff is better --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
