Thursday, 28 August 2003
Velocity parser.pool.size question
I think this is simple, but I didn't see from the documentation where it was specified. In regards to the Velocity parser.pool.size property, does this apply just to the singleton use of Velocity through the Velocity class or does it also apply to the non-singleton use of Velocity through the VelocityEngine class? Let's say I create a new VelocityEngine per request, is it creating 20 new parsers each time I create a new VelocityEngine or is it pooling the parsers and using that pool to serve both the singleton and non-singleton usage? Thanks.
Posted by at 11:05 AM in java ... just java
