home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / mac / programm / 12770 < prev    next >
Encoding:
Text File  |  1992-07-21  |  1.4 KB  |  42 lines

  1. Newsgroups: comp.sys.mac.programmer
  2. Path: sparky!uunet!darwin.sura.net!uvaarpa!murdoch!murdoch.acc.virginia.edu!heyes
  3. From: heyes@dadev.cebaf.gov (Graham Heyes)
  4. Subject: Re: Writing asynchronous SCSI driver
  5. Message-ID: <HEYES.92Jul21124039@dadev.cebaf.gov>
  6. Sender: usenet@murdoch.acc.Virginia.EDU
  7. Organization: Continuous Electron Beam Accelerator Facility
  8. Distribution: comp.sys.mac.programmer
  9. Date: Tue, 21 Jul 1992 17:40:39 GMT
  10. Lines: 30
  11.  
  12. ephraim@think.com (Ephraim Vishniac) Writes:
  13.  
  14. >It doesn't
  15.  
  16. >You don't.
  17.  
  18. >You don't.
  19.  
  20. >The appropriate documentation firmly discourages developers
  21.  
  22. I agree, I very much trust Ephraim's judgment on these matters.
  23.  
  24. It's very frustrating to put a loop like this into the code which you
  25. know damned well is going to use up cpu time which some other application
  26. could be using. If the Mac OS doesn't provide support then there's
  27. not very much to do about it. 
  28.  
  29.     I must admit that I wasn't thinking of writing a fully asynchronous
  30. driver as defined in IM etc. It sounds like any "cheap" alternative is not 
  31. worth the anguish and effort. 
  32.  
  33.     I wouldn't advise anyone to tweak the hardware directly as I am
  34. doing unless the code is for their own use or targeted at a specific 
  35. model of Mac. In My case I have an accelerated Mac Plus with some very
  36. non-standard hardware modifications which make it advantagous to use my 
  37. own driver. Adding asynchronous capability was an afterthought. 
  38.  
  39.  
  40.     Thanks for posting,
  41.             Graham 
  42.