[Cryptography] Are dynamic libs compatible with security? was: Apple and OpenSSL

Bill Stewart billstewart at pobox.com
Mon Apr 21 22:02:45 EDT 2014


At 06:07 PM 4/21/2014, Jon Callas wrote:
>Another major reason is that dynamic libraries let you share memory 
>so that M consumers of that library take up O(N) RAM as opposed to O(N*M) RAM.)

It lets you use O(N) RAM instead of O(N*M), for the running programs,
and also O(N) disk instead of O(N*D) for the D programs on disk.
In either case, you don't actually need M or D copies of the entire 
GNOME libraries, just the parts of the library collection each 
program is using, but it's large enough to matter even today.



More information about the cryptography mailing list