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