home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / lang / c / 16418 < prev    next >
Encoding:
Internet Message Format  |  1992-11-12  |  1.3 KB

  1. Path: sparky!uunet!charon.amdahl.com!pacbell.com!sgiblab!darwin.sura.net!convex!news.utdallas.edu!corpgate!bnrgate!bnr.co.uk!pipex!ibmpcug!fizzy
  2. From: fizzy@fizzy.ibmpcug.co.uk (Adrian Hall)
  3. Newsgroups: comp.lang.c
  4. Subject: Loadable Binary Modules in Std C
  5. Message-ID: <KttArAmMBh107h@fizzy.ibmpcug.co.uk>
  6. Date: Thu, 12 Nov 92 17:31:38 GMT
  7. Organization: The IBM PC User Group (Staff Network)
  8. Lines: 18
  9.  
  10. A friend and I want to produce a system whereby UPDATES to the system are
  11. sent out as loadable units, so you dont have to stop the system to load in
  12. the update. We have been trying to think of a way to implement this.
  13.  
  14. The idea is we have a core module (which, amongst other things, would
  15. handle a non-pre-emptive scheduler, memory management, etc.), and the
  16. application modules would then be dynamically loaded as and when required.
  17.  
  18. Does anyone have any ideas as to how this would be implemented.
  19.  
  20. Adrian
  21.  
  22. -- 
  23. +-------------------------------------------------------------------------+
  24. | Adrian Hall                     E-Mail:  adrian@ibmpcug.co.uk   (Inter) |
  25. | Connect Systems Manager           ..!pipex!ibmpcug!adrian (UUCP) |
  26. | Tel: +44 (0)81 863 1191                Dial-Up BBS - +44 (0)81 863 6646 |
  27. +-------------------------------------------------------------------------+
  28.