|
OK, OK so I've never used a service program before and nor has anyone else in our shop.
I've done a little more reading and come up with this, please someone correct me if I'm wrong.
A program containing only modules is bound by copy and all the code from all the modules is duplicated in one executable object.
When a service program is added, a reference is bound to the program. The code is therefore not duplicated. The adress of this code will be established at the first call of the procedure in the service program.
Some questions :
Are our programmes being created from modules bound by copy are much heavier than if they were bound by copy?
Will this have a noticeable effect on performance?
I notice we have programmes of 100 MB.
What happens if a program is called and the procedure in a service program has changed
or if the service program was deleted?
Why bind by copy instead of by reference?
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.