[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Use one PL file or split up application into multiple PL-files

  • Thread starter Thread starter gus bjorklund
  • Start date Start date
Status
Not open for further replies.
G

gus bjorklund

Guest
> On Dec 20, 2017, at 7:38 AM, Richard.Kelters wrote: > > A shared pl can reduce memory usage in VM, Citrix and Linux enviroments as far as I understand. > > I would go for one big one. Easier to deploy for a system admin and the application can use a much shorter propath. > > > Correct, a shared pl can save you considerable memory when many users have the same one(s). However, shared pl’s are memory mapped as a single contiguous chunk of address space. When using 32-it OpenEdge, a large pl may fail to load because there is not a sufficiently large chunk of free address space.

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