Menu

#62 Multiple JVMs updating entry.xml

closed-fixed
caching (5)
7
2002-06-19
2002-05-11
No

When an app is launched, the app JVM may update the entry.xml file (like when updating lazy resources). This puts the OpenJNLP JVM out of synch since it doesn't update the in-memory entry info of the app.

Discussion

  • Kevin Herrboldt

    Kevin Herrboldt - 2002-06-19
    • status: open --> closed-fixed
     
  • Kevin Herrboldt

    Kevin Herrboldt - 2002-06-19

    Logged In: YES
    user_id=6750

    Added FileCacheEntry.checkPersistence() to make sure in-memory data are up-to-date with entry.xml file. If not the entry.xml file will be reread.

    All FileCacheEntry methods that access persisted data make a call to checkPersistence() first.

     

Log in to post a comment.