home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / softsys / andrew / 1157 < prev    next >
Encoding:
Internet Message Format  |  1992-08-21  |  1.4 KB

  1. Path: sparky!uunet!stanford.edu!agate!ucbvax!cs.city.ac.uk!njw
  2. From: njw@cs.city.ac.uk (Nick Williams)
  3. Newsgroups: comp.soft-sys.andrew
  4. Subject: More checks on size of ATK applications
  5. Message-ID: <EeZ=xSq__5g8Ei1nVN@cs.city.ac.uk>
  6. Date: 21 Aug 92 10:03:10 GMT
  7. Sender: usenet@ucbvax.BERKELEY.EDU
  8. Organization: The Internet
  9. Lines: 23
  10.  
  11.  
  12. Well, I'm still trying to cut down the size of ATK apps.
  13.  
  14. As Nathaniel points out, much of the overhead in the applications is
  15. from the ATK itself, and the message server business with messages will
  16. only decrease the size in a minor way. However in the SunOS environment,
  17. where the `.do' files really use the SunOS dynamic library mechanism,
  18. surely it'd be better to have the statload business in runapp eliminated
  19. and make everything dynamic (including the linking of the X11 libraries,
  20. etc).
  21.  
  22. This way, it'd take an extra micro-moment to start up the application,
  23. which people wouldn't really notice, but most of the application could
  24. be shared between processes;  unless I'm wrong, dynamic linking of
  25. libraries allows applications to share the text image of the libraries,
  26. so cutting down on swap size.  Hence the 900 odd K of runapp could be
  27. cut down fairly massively.
  28.  
  29. Am I wrong?
  30.  
  31. Nick Williams                          E-mail: njw@cs.city.ac.uk (MIME and ATK)
  32. Systems Architecture Research Centre,  Tel: +44 71 477 8551
  33. London, EC1V 0HB                       Fax: +44 71 477 8587
  34.