[EMAIL PROTECTED] wrote: > Turning off recycling is quite easy ( just few lines to comment > to prevent reseting the objects and reusing it ). > > The performance didn't go up - but down, about 30% ( under > reasonable load ).
The probable reason being that memery management isn't the only factor in pooling. Initialization costs are the probably cause of the effect pooling gives here, and indeed, all JSP compilers that use pooling are vastly faster than Jasper's (which is dead slow, at least in TC4). /Rickard -- Rickard Öberg -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>