Multiple applets often run in the same VM and are loaded by the same class loader. As a result, they share static state such as the global resource cache. You can disable this by setting separate_jvm to true in your applet params.
On Jul 22, 2011, at 6:38 AM, SYSE | Edvin wrote: > When I put stuff in the ResourceCache in Pivot while running my app as an > Applet, each cached resource seems to end up in the global applet cache on > the machine. Is this as intended, and does ResourceCache support a means to > not cache in the global applet cache? > > -- Edvin
