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

  1. Path: sdd.hp.com!inn
  2. From: Jeff Grimmett <jgrimm@sdd.hp.com>
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: YASL (was: AsynchIO (was: fastest file read method ??))
  5. Date: 25 Jan 1996 16:24:44 GMT
  6. Organization: Hewlett-Packard Company
  7. Message-ID: <4e8asc$rht@news.sdd.hp.com>
  8. References: <w9YbsMD4ACazz9@jeff.dame.shnet.org> <w+RYXMD4FC8aRz1@_crisi.blackbox.shnet.org> <4dsalp$t68@news1.halcyon.com> <4du0ju$84b@news.sdd.hp.com> <4e2e76$9k3@toad.stack.urc.tue.nl> <4e3j8v$jd0@news.sdd.hp.com> <4e7si4$ore@tuegate.tue.nl>
  9. NNTP-Posting-Host: hpsdv330.sdd.hp.com
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 1.2N (Windows; I; 16bit)
  14.  
  15. leon@esrac.ele.tue.nl (Leon Woestenberg) wrote:
  16.  
  17. >A shared library is only stupid, when it isn't shared. Now of course we
  18. >can all link it into our programs, but we can also install it onto
  19. >the users system. Note that this way, your program automagically profits
  20. >from updates.
  21. >
  22. >Just my opinion,
  23.  
  24. My opinion as such differs from yours.  I have over a dozen so-called 
  25. shared libraries in my LIBS: directory that are shared by ONE program, 
  26. this is SHARING? What uses hyperion.library and centurion.library?  One 
  27. program that I'm aware of.  If something else does, I don't have it.
  28.  
  29. In my opinion, I think programmers would be doing the Amiga community a 
  30. great service if they refrained from releasing shared libraries until 
  31. there was a need to do so.  How?  Well, I certainly have no issue with 
  32. releasing code as a LINK library.  If it becomes popular from that point, 
  33. then I think the demand would warrant moving into shared library 
  34. territory.  BUT -- until the need was evident to have it as shared, at 
  35. least all the code would be in one nice, easy-to-remove chunk fo code.
  36.  
  37. Why do you think people are starting to make noises for uninstallers for 
  38. the Amiga?  Every program they dl off of Aminet seens to have another 
  39. new, strange, and enigmatic shared library that is used no where else. If 
  40. Call it the "Library of the Day Club".
  41.  
  42.  
  43.