You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@velocity.apache.org by "Gupta, Arindam" <ar...@fanniemae.com> on 2004/04/23 22:20:48 UTC

A multithreading question

If several threads are using the same template with different data are
the following assumptions correct?
 
1. The same template object can be shared between the threads
2. Each thread must create its own context object to merge the data
 
Thanks,
-AG