Hello All,

ContextAware interface in Velocity is not really workable in a
multi-threaded environment.
The handler is a singleton and setting the Context on the singleton from
multiple threads is not going to work well, short of using some form of
thread local.

Also the event handlers (such as insertion handler) are creating new
instance of executor for each inserted value which is inefficient.

Are you guys fixing any of this for 2.0?

Thanks,
Alex

Reply via email to