Actually, this is a rather interesting point.
imagine if everything was serializable. then you could easily create a function


getTemplate(resourceName)
{
 fileName = resourceName + resource.getTimeModified();
if (fileName.exist())
{
   deserialize
}
else
{
getTemplateOldFashionWay();
serializeToFile();
}
return template;
}


if everything isn't serializable, checkout the code and make it serialiable shouldn't take very long, doubt even 15 minutes to add implements serializable to the nessicary classes.

cached, no memory.


llewellyn.

out of curioustity 700 ms / mb ? i've never seen a template so big....

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to