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

  • Thread starter Thread starter Brian K. Maher
  • Start date Start date
Status
Not open for further replies.
B

Brian K. Maher

Guest
One advantage of .pl files is when using them with a lot of clients on the same machine (i.e. Terminal Server, AppServers). You can convert the plain .pl file into a shared memory version which will be loaded once into shared memory and referenced by all clients who point to the .pls file on their PROPATH. This works best for code that is pretty static and/or will not be changed outside of scheduled system maintenance downtime.

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