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?

Reply via email to