[Templates] Recursion in macros?

Perrin Harkins perrin@elem.com
Fri, 17 Jan 2003 10:48:32 -0500


lmb wrote:
> Right now it is tied to using a GDBM_File in the
> backend and keeping some caches in Perl structs around though. This is fine
> for me because I don't need concurrent access and wanted a low-overhead
> solution - for really dynamic sites I'd expect that a DBI backend should be
> used instead.

You can make GDBM_File safe for concurrent access by replacing it with 
MLDBM::Sync.

- Perrin