in reply to Re^2: Comparing HTML::Template::Compiled's compatibility to HTML::Template
in thread Comparing HTML::Template::Compiled's compatibility to HTML::Template
By default, the benchmark tests creating a new Template object every time, which no one should ever do.is the TT object guaranteed to stay in shared memory? if not, it might use a lot of memory for every single apache process. (i have a little memory benchmark in the HTC package, but it needs a clean-up, so at the moment I probably don't get correct results on how much memory a TT object consumes.)
update: ok, now I get your point - the TT object is not file specific. i'll update my testsuite, thanks =)
* except when using options formatter, filter or dumper - options which cannot be converted into written perl code at the moment
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Comparing HTML::Template::Compiled's compatibility to HTML::Template
by perrin (Chancellor) on Dec 30, 2005 at 16:35 UTC | |
by tinita (Parson) on Dec 30, 2005 at 17:17 UTC |