Re: [htmltmpl] HTML::Template::Compiled compatibility analyzed
Brought to you by:
samtregar
From: Octavian R. <ora...@fc...> - 2005-12-24 21:42:40
|
I have tried HTML::Template::Compiled and I found a bug in it some time ago. I have asked about it on some mailing lists, but with no helpful answer, so I have decided to use HTML::Template. I was also impressed by the speed of HTML::Template::Compiled and by that feature of accessing global vars using the dot notation. But the problem was that HTML::Template::Compiled use to keep the data in memory, and show it to the next page visitor. I have tried to undef the vars all over the places but with no results. After I have changed HTML::Template::Compiled with HTML::Template, all the issues disappeared. Tina Mueller, the author of HTML::Template::Compiled wrote on a mod_perl mailing list that HTML::Template::Compiled is not production ready and that her module might have some "copy-on-write" issues and that it needs more tests... Teddy ----- Original Message ----- From: "Mark Stosberg" <ma...@su...> To: <htm...@li...> Sent: Saturday, December 24, 2005 23:11 PM Subject: [htmltmpl] HTML::Template::Compiled compatibility analyzed > Some of you may be interested in my notes I wrote up about > HTML::Template::Compiled's compatibility with HTML::Template: > > http://www.perlmonks.org/?node_id=518934 > > Mark > > -- > http://mark.stosberg.com/ > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click > _______________________________________________ > Html-template-users mailing list > Htm...@li... > https://lists.sourceforge.net/lists/listinfo/html-template-users |