Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watnot!watmath!clyde!rutgers!seismo!brl-adm!adm!bzs@bu-cs.BU.EDU From: bzs@bu-cs.BU.EDU Newsgroups: comp.unix.wizards Subject: Yet Another Solution to the ctime problem (really, shared libraries) Message-ID: <6868@brl-adm.ARPA> Date: Mon, 13-Apr-87 21:36:57 EST Article-I.D.: brl-adm.6868 Posted: Mon Apr 13 21:36:57 1987 Date-Received: Wed, 15-Apr-87 03:28:14 EST Sender: news@brl-adm.ARPA Lines: 20 Doug Gwyn writes... >There shouldn't be any problem if the shared library implements a well- >defined interface and is tested against the interface specs before being >installed. Or is that too organized? Agreed, another consideration is that it should be possible to load software w/o using the shared libarary interface. This could give some confidence to things like init (which can be supplied whole to reflect changes) while other programs can chance the new shared library. And, of course, the panic button of easily backing out of an "upgrade", maybe a good rule of thumb would be that anything needed to change it from single-user mode should be independantly resolved, or an independantly resolved version should exist and be automatically used for single user. Vendor's choice, I suspect the issues are subtle. Let's face it, that's why pencils have rubout keys. -Barry Shein, Boston University