× 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.





-----Message d'origine-----
[mailto:midrange-l-bounces@xxxxxxxxxxxx] De la part de Jon Paris
Envoyé : vendredi 26 juin 2009 17:29

But more importantly, it means that when any two of these
programs are in use at the same time (i.e. both active in the
stack) you are using twice the memory _per_user_ - if five
programs are in use that is five times the memory. Multiply
that by your number of active users and you'll see that your
memory usage (and therefore disk in terms of paging storage)
are also significantly affected by this practice.

Service programs were invented to avoid the kind of scenario
that your current practice creates. You are wasting
significant disk space and significant memory by binding by
copy instead of by reference. And you gain little or nothing.

This is just the kind of ammunition I need for my argument, thanks!

Just another thing, if the compiler needs a module to compile a program and doesn't find that module, a message is sent that indicates the name of the procedure that isn't found. Does that mean that when binding by copy, not all the procedures are necessarily copied, or is the whole module bound?

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.