Hi,
 
I created a simple class with a print statement in init and added that
class to pull service in turbine.properties. The class scope is set to
request.
 
I see multiple print statements for a single request i.e. the
init(Object rundata) is getting called multiple times.
 
As per the doc "tool is instantiated once for each request", so I
concluded that init will be called only once for each request.
 
Can someone please clarify this?
 
thanks,
Abhijeet

Reply via email to