Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    server side data caching strategy

    Hi

    I have a bunch of static data that I want to load into the gui such as countries names, languages, etc. It would be best to load this once on the server and cache it on the server to be served up to client requests.

    I realise that i can call datasource.setCacheAllData() to cache the data on the client, is there a way to tell the server side datasource to do the same thing?

    Thanks

    #2
    No - because that's generally a very bad idea except under extreme circumstances (like database and application server in different countries).

    Comment

    Working...
    X