On Tue, 2004-04-06 at 15:30, Chris Ochs wrote: > Hmmm one thing I'm thinking might be a good idea is to fashion this after > Apache::Session with multiple backend stores and use tied hashes?
Tied hashes are slow. I think you'd be best off just making it work with a database, and anyone who needs more performance than that can hack the source. Just make the API clear and it should be fine. People with high-performance needs tend to want to do it their own way anyway. - Perrin _______________________________________________ templates mailing list [EMAIL PROTECTED] http://lists.template-toolkit.org/mailman/listinfo/templates
