On Aug 17, 2006, at 1:09 PM, Perrin Harkins wrote:
You should create a single Template object, put it in a global, and
reuse it.

I'm not sure how template toolkit works, but in Petal I loop through all my templates and compile them into memory on startup. Adds 3mb to my parent process, but saves 3mb from every child. if TT works the same way, i'd suggest looking into making that happen.

Reply via email to