× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



David FOXWELL wrote:
If we have 50 people using the same interactive program that weighs
40 Mb, made up of many modules bound by copy and no service programs,
are there 50 copies of that program in activated or is it shared ?
Can we imagine any performance differences with the use of service
programs instead of modules?

If it's the same program object (same library & program), then all 50 users will be using the same EXECUTABLE code ... but they will have their own data space.

Service programs come into their own when you have multiple unique programs referencing the same procedure in the same module ... then you can have a single copy of the procedure in a module in a service program and all programs use the same code. Plus, if you need to change the procedure, all you have to do is change it in one place and all programs will use the updated code.

I'm not 100% sure, but I think service programs are just as reentrant as regular programs.

david


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 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.