Templates are very much meant to be threadsafe once processed and initialized.
On Fri, Mar 12, 2010 at 3:35 PM, David Ehrmann <[email protected]> wrote: > Is it safe to merge() after a Template has already merged? How thread-safe > are Velocity templates; if I run merge() on the same Template object at the > same time in different threads, will the output be the same as if I had two > identical template objects? > > If Templates are use-one or aren't thread-safe, does clone() behave as > expected, and is it faster than building a new Template from the original > resource? > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
