On Tue, 2004-04-06 at 14:10, Chris Ochs wrote: > In our app server which uses template toolkit I wrote a simple permission > system for templates based on users and groups.
It seems a shame to not be able to use the file system for this, although I'm not certain how it would work. Or maybe you can't because you have large sets of users and groups that you don't want to create system users for? > So far the best I can come up with is using a backend database for the main > store like we do now, but using a file cache instead of memcached. I can tell you now that the only things faster than MySQL for simple queries are BerkeleyDB, IPC::MM, Cache::FastMmap, and Memcached. Memcached is only a little faster than MySQL, but should scale better. I don't have data on PostgreSQL yet. - Perrin _______________________________________________ templates mailing list [EMAIL PROTECTED] http://lists.template-toolkit.org/mailman/listinfo/templates
