home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / amiga / programm / 19018 < prev    next >
Encoding:
Text File  |  1993-01-21  |  984 b   |  25 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: sparky!uunet!psgrain!m2xenix!agora!robart
  3. From: robart@agora.rain.com (Joe Bob)
  4. Subject: Re: spawning a task with a Delay() in it
  5. Message-ID: <C17HAz.4Gn@agora.rain.com>
  6. Organization: a gora
  7. References: <1993Jan20.193205@informatik.uni-kl.de>
  8. Distribution: world 
  9. Date: Thu, 21 Jan 1993 13:25:46 GMT
  10. Lines: 13
  11.  
  12. In article <1993Jan20.193205@informatik.uni-kl.de> c_feck@informatik.uni-kl.de (Christop Feck) writes:
  13. >
  14. >I can't imagine that C= will create libraries which must be opened for each
  15. >process. Rendering many programs incompatible?
  16.  
  17.  
  18.   If strictly adhered to, this guideline would also make many of the
  19. system libraries obsolete, since many of them open other libraries
  20. and devices and store their base pointers in the library's own
  21. library base structure.  Since the idea of shared libraries is to
  22. allow use by multiple tasks, these cached base pointers are obviously
  23. being shared when different tasks call the library routines.
  24.  
  25.