Skip to main content
September 23, 2009
Answered

How do I force FMS to recompile/refresh/ stop caching

  • September 23, 2009
  • 1 reply
  • 922 views

I wrote my first FMS app today, and I copied it into the directory i made for it under 'applications' and it worked fine. So i started to modify it and build it up into what i need it to be, but it doesn't seem like any of my changes are being reflected. I checked the main.asc file and it is the updated version... However when I connect via netconnection it seems like the server is caching the old application. What do I do?

    This topic has been closed for replies.
    Correct answer

    That shouldn't happen at all. The application only compiles when the app instance is started (or restarted).

    After a period of no client activity, application instances will shut themselves down... that might have been what you experienced.

    1 reply

    September 23, 2009

    Restart the application from the FMS admin console.

    September 23, 2009

    Ah, thanks It seemed as though after about 10 minutes the application was recompiled on it's own. How often does it do that?

    Correct answer
    September 24, 2009

    That shouldn't happen at all. The application only compiles when the app instance is started (or restarted).

    After a period of no client activity, application instances will shut themselves down... that might have been what you experienced.