home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 2995 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.7 KB

  1. Path: apg.lahn.de!sweetdreams!sysop
  2. From: sysop@sweetdreams.lahn.de (Matthias Bethke)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: AsynchIO (was: fastest file read method
  5. Date: Mon, 05 Feb 1996 18:50:39 +0000
  6. Organization: Sweet Dreams BBS
  7. Distribution: world
  8. Message-ID: <sysop.04ej@sweetdreams.lahn.de>
  9. NNTP-Posting-Host: netserv.lahn.de
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=ISO-8859-1
  12. Content-Transfer-Encoding: 8bit
  13. X-Gateway: ZCONNECT XX apg.lahn.de [UNIX/Connect v0.71],
  14.        RFC1036/822 XX apg.lahn.de [UNIX/Connect v0.71]
  15.  
  16. On Sun 28-Jan-1996  2:48  gcaine wrote:
  17.  
  18. g> I'd think the decision should be based on how many functions of the
  19. g> library you are going to use, and how many programs might be using
  20. g> them at the time.
  21.  
  22. g> Shared libraries can be pretty useful, on the other hand if you are
  23. g> only going to use 1 or 2 functions, linking would probally be better.
  24.  
  25. Or if you pack large parts of your code into the library you can adapt
  26. dynamically to machines with different amounts of memory. If you use overlays,
  27. your program will run on machines with little memory but will keep loading
  28. parts from disk if the user has more RAM. If you use libraries, they'll stay
  29. in RAM as long as there is enough of it.
  30.  
  31. ttyl!
  32.         Matthias
  33.  
  34. ------------------------------------------------------------------------------
  35. Matthias Bethke   | Usenet:   postmaster@sweetdreams.lahn.de  |God is  perfect
  36. Giessener Str. 31 | AmigaNet: lunkwill@39:176/208.0           |man is not
  37. 35457 Lollar      | HamRadio: DH9FAD                          |man made beer
  38. Germany           | W3: hhtp://wwwstud.uni-giessen.de/~s1089/ |god made pot!
  39. ------------------------------------------------------------------------------
  40.