Can you highlight particular problems where they become more apparent in PAS over Classic? #7
Unanswered
ChadThomsonPSC
asked this question in
Q&A
Replies: 1 comment
-
One key reason is in Classic each AVM session is a different agent. In PASOE, each session instantiation is a thread on a single agent. When running migrated ABL code, you'll simply notice memory leaks you already had much more. While there are analogs in PAS, the trimming of agents in classic should be considered an anti-pattern and is not a habit that should be carried forward. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
"You said that code problems will become more apparent when using PAS vs. classic. Can you highlight particular problems or patterns (e.g. memory leaks, OS-COMMAND, etc.) and discuss why PAS is different in this regard?"
Beta Was this translation helpful? Give feedback.
All reactions