Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!decvax!harpo!seismo!hao!csu-cs!silver From: silver@csu-cs.UUCP Newsgroups: net.unix-wizards Subject: Re: another argument against shared libraries Message-ID: <2364@csu-cs.UUCP> Date: Fri, 19-Aug-83 01:15:41 EDT Article-I.D.: csu-cs.2364 Posted: Fri Aug 19 01:15:41 1983 Date-Received: Sat, 13-Aug-83 19:57:05 EDT References: cvl.552 Lines: 7 We use them on the HP9000 Series 500. The most common calls went into a special library that's loaded (once) by the OS during initialization. Almost ALL object files immediately "lost weight", a significant amount. Ergo, they load faster and eat less memory. We have had NONE of the problems discussed here (about breaking existing code, etc.), though the product is young yet. (We'll have to watch out for them, that's all.)