Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!sdd.hp.com!hplabs!hpfcso!mjs From: mjs@hpfcso.FC.HP.COM (Marc Sabatella) Newsgroups: comp.sys.hp Subject: Re: contrib from interex tape available Message-ID: <7370398@hpfcso.FC.HP.COM> Date: 15 May 91 17:07:02 GMT References: <12873@dog.ee.lbl.gov> Organization: Hewlett-Packard, Fort Collins, CO, USA Lines: 16 >I don't know what wacco, dld and winterp do. dld is presumably the dynamic linking package by W. Wilson Ho described in the April 1991 Software Practice and Experience. It provides a fairly convenient interface to allow a programmer to dynamically load and execute new code. It is similar in concept to Domain's loader_$ functions, SunOS's dlopen(3X), or the shl_load(3X) in HP-UX 8.0. The primary advantage of the dld package is that is is much more intelligent about "unload" operations; it's primary disadvantage is that it doesn't tie into the shared library scheme of the systems on which it runs. -------------- Marc Sabatella (marc@hpmonk.fc.hp.com) Disclaimers: 2 + 2 = 3, for suitably small values of 2 Bill and Dave may not always agree with me