You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@turbine.apache.org by Shiva Kumar T <sh...@infosys.com> on 2003/01/22 15:08:34 UTC

Regarding the Turbine Class

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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>