Hi, I have a quetions regarding the Turbine.java class. In the init(ServletConfig config) method synchronized has been put for threadsafe then again what is the need of the below code? Is n't it over cautious?
if(!firstInit)
{
log ("Double initializaton of Turbine was attempted!");
return;
}
Thanx
Shiva
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
