P
Peter Judge
Guest
Even without -q being set, if you use static members in OOABL you may have similar issues (since classes with static members are not unloaded from memory until the session terminates). The best approach currently may be to use a separate instance behind a load balancer; that way you know that the new instance has the new code.
Continue reading...
Continue reading...