From: <Web...@St...> - 2006-03-13 12:34:16
|
On Sun, 12 Mar 2006, Alex Twisleton-Wykeham-Fiennes wrote: | All, | | more performance tweaks, this one to the org.webmacro.engine.Variable class. Excellent performance tuneup you're into, Alex! | - made the getVariableName() method check to see if _vname has been | initialised, and if not then build the name before returning it. This is now | synchronized as it changes the state of the object. So? Is it shared across threads? Regards, Endre |