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...
Continue reading...