Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!think.com!sdd.hp.com!wuarchive!uunet!kddlab!cs.titech!titccy.cc.titech!necom830!mohta From: mohta@necom830.cc.titech.ac.jp (Masataka Ohta) Newsgroups: comp.unix.internals Subject: Re: Shared libraries are not necessary Keywords: ISC i386 shared libraries Message-ID: <210@titccy.cc.titech.ac.jp> Date: 20 May 91 08:32:41 GMT References: <196@titccy.cc.titech.ac.jp> <1991May16.083123.26599@kithrup.COM> <201@titccy.cc.titech.ac.jp> <1991May17.053735.2123@kithrup.COM> Sender: news@titccy.cc.titech.ac.jp Organization: Tokyo Institute of Technology Lines: 30 In article <1991May17.053735.2123@kithrup.COM> sef@kithrup.COM (Sean Eric Fagan) writes: >>How much memory dose YOUR SS2 have? I remember minimum is 16MB, which >>is much larger than 1.5MB. >Not when you have 13+ people working on it, most doing something with >xterms, quite a few doing some development with X. If you have 13+ people, you have very few merit (if any) with shared libraries. As text of a binary is shared and most are using xterm, the same binary is shared. The total amount of extra memory is still 1.5MB, which is much more negligible compared to the total amount of memory which is large enough (perhaps 32~64MB) to hold data area of 13+ people. >When are you going to understand something: just because *you* don't use >something, does not mean that nobody else wants to, or that it's not a good >thing for other people. I say we shouldn't use shared libraries because it is no good. >For example, some people like keeping short-lived >(but longer lived than the next boot cycle) things in /tmp... For what exmaple? Do you want to claim keeping short-lived things in /tmp is a bad habit? Strange. Though I don't do that, it is OK for someone else to do so. Masataka Ohta