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

  1. Path: fc.hp.com!news
  2. From: koren@hpsrk.fc.hp.com (Steve Koren)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: opening muimaster.library from another lib
  5. Date: 02 Jan 1996 15:02:18 -0700
  6. Organization: HP Fort Collins Site
  7. Sender: koren@hpsrk.fc.hp.com
  8. Message-ID: <oj6sphy5k7p.fsf@hpsrk.fc.hp.com>
  9. References: <oj6entlm4tk.fsf@hpsrk.fc.hp.com>
  10.     <30e835db@lls.se><621.6574T1181T1758@xs4all.nl>
  11.     <oj6iviulf65.fsf@hpsrk.fc.hp.com> <653.6575T1179T2029@xs4all.nl>
  12. NNTP-Posting-Host: hpsrk.fc.hp.com
  13. In-reply-to: muaddib@xs4all.nl's message of 2 Jan 1996 18:25:02 GMT
  14. X-Newsreader: Gnus v5.0.9
  15.  
  16.  
  17. muaddib@xs4all.nl (thomas) wrote:
  18.  
  19. > Yes, but still it's strange to do it multiple times when once is enough.
  20.  
  21. What do you mean by multiple times?  SAS/C's __UserLibInit is called
  22. only once per library, not once per opener.  If the library goes away
  23. and is then reopened, sure, it'll be executed again.
  24.  
  25. Anyway, this library in typical use is going to be doing literally
  26. billions (not millions) of floating point operations, so I'm not overly
  27. concerned with the overhead of half a dozen OpenLibrary calls when the
  28. lib is opened :-)
  29.  
  30.   - steve
  31.