Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sun-barr!apple!agate!ucbvax!ZIP.EECS.UMICH.EDU!anon From: anon@ZIP.EECS.UMICH.EDU Newsgroups: comp.windows.x.motif Subject: Re: Motif Shared Library Licensing Message-ID: <9102131427.AA09799@dip.eecs.umich.edu> Date: 13 Feb 91 14:27:23 GMT Sender: daemon@ucbvax.BERKELEY.EDU Distribution: inet Organization: The Internet Lines: 21 > > running the beta of XFOO2.0? In the first case everyone will share the memmory > > of the xterm code. >Does that work on most systems? If so then I can at least use it to hold >off the customer requests, although in the long run that's not enough. An option on ld can be used to make the text of an object file shareable among processes. From the ld manpage on Ultrix: -n Arrange (by giving the output file a 0410 "magic number") that when the output file is executed, the text portion is read-only and shared among all users executing the file, an NMAGIC file. This involves moving the data areas up to the first possible pagesize byte boundary following the end of the text. For programs not using shared libraries, this may help alleviate thrashing. ...anon... anon@eecs.umich.edu