Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!usc!ucsd!ucbvax!pasteur!DN5@PSUVM.PSU.EDU From: DN5@PSUVM.PSU.EDU Newsgroups: comp.os.research Subject: Shared libraries Message-ID: <21264@pasteur.Berkeley.EDU> Date: 18 Jan 90 15:03:08 GMT Sender: news@pasteur.Berkeley.EDU Organization: Penn State University Lines: 14 Approved: comp-os-research@jupiter.ucsc.edu Does anybody know any references explaining how shared libraries could be implemented. Most C programs under unix contain much of the standard i/o libraries, and would benefit by sharing this code amongst several processes. While the savings woundn't be much for JUST the standard i/o libraries, with the coming of larger and larger libraries to support the new user-interface models, these libraries are getting bigger and bigger. I'm sure that there are many papers and books on the subject, but I haven't found anything specific (all the ones I've found describe the process so generally it really doesn't help). D. Jay Newman dn5@psuvm.psu.edu