Hi,
(maybe because I put $parser->disableCache() in 'efSampleRender' :).
(...)
As long as the program code between <sample>...</sample> is not changed I could immediately return the content of the old HTML file
So, why do you need to call $parser->disableCache() ?
Good question. Actually someone requested that the result of some interactive changes (changing program parameters via a form) become permanent. So, the next viewer sees also the changed contents. For that I need to call to set $parser->disableCache() to force a reread. Maybe I have to think more about the execution queque in detail.
Thanks a lot
Sigbert