[progress Communities] [progress Openedge Abl] Forum Post: "r-code Trick" - Is This Already...

  • Thread starter Thread starter dbeavon
  • Start date Start date
Status
Not open for further replies.
D

dbeavon

Guest
At the moment I have a pretty slow program directory for ABL. There is quite a bit of pain when ABL "checks files with stat" when running external programs in a tight loop. This can become a problem as the loops build up to 10's of thousands of iterations. We run most of our ABL via "state-reset" appserver. I'm thinking of using the "-q" (quick) option, even in development. But I was hesitant because of a concern that it might not allow changes to be picked up. If I use "-q", are my "state-reset" appservers supposed to auto-flush the r-code from memory when a connection is closed? Or should I use the cool "r-code trick" in my connection procedures instead: http://knowledgebase.progress.com/articles/Article/P130577 Thanks, David

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