Impact of Configuration.createRootApplicationModule("XYZAM")
981554May 30 2013 — edited May 30 2013Hi Adf Experts,
These day I am struggling in ADF application performance.
In our application more than 60 places we are using Configuration.createRootApplicationModule("XYZAM").
And we are closing these instance using
Configuration.releaseRootApplicationModule(am, true);
But then also I can see application is slow.
Can these be reason for application slow performance.
Please Help.