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

  • Thread starter Thread starter Patrick Tingen
  • Start date Start date
Status
Not open for further replies.
P

Patrick Tingen

Guest
Personally, I would leave the .pl structure behind and use a plain folder structure, combined with the -q parameter for production and a large memory allocation to keep as much files in memory as possible. What used to be 'big' allocations are not that big anymore with current hardware. A good use-case for .pl files might be if you write commercial software, since it easier to deliver. A second use-case is when you have a base version and cumulative updates. In both cases file handling is easier.

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