[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: PAS - Pick up new r-code

  • Thread starter Thread starter jankeir
  • Start date Start date
Status
Not open for further replies.
J

jankeir

Guest
Don't know about doing it through JMS, but I clear the .r file cache in activate.p when appropriate (I can detect the release of new .r files in a db record) using the following statement: CURRENT-LANGUAGE = CURRENT-LANGUAGE. Because the current-language changes and .r code can be translated, this will clear the cache. Mind that persistent procedures and classes are still loaded, so you may want to possibly cache their state, kill them, and reload them after the current-language change, so depending on how your code works, it may not be as simple as you'd hope.

Continue reading...
 
Status
Not open for further replies.
Back
Top