home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / unix / internal / 2150 < prev    next >
Encoding:
Text File  |  1993-01-23  |  1.1 KB  |  33 lines

  1. Newsgroups: comp.unix.internals
  2. Path: sparky!uunet!gecko!eric
  3. From: eric@gecko.uucp (Eric Peterson)
  4. Subject: High speed disk i/o
  5. Message-ID: <1993Jan22.205343.17207@gecko.uucp>
  6. Sender: news@gecko.uucp (Mr. News Man)
  7. Organization: Tekelec, Inc.
  8. Date: Fri, 22 Jan 1993 20:53:43 GMT
  9. Lines: 22
  10.  
  11.  
  12.     I need to do fast i/o (especially writes) to disk from/to a network
  13.     peripheral.  What is the best way to do this?  (System=ISC/Sunsoft
  14.     System V.3).  For performance reasons I think I want to do this in a
  15.     driver, but I don't know how to get to the disk "legally".  The access
  16.     to the network devices is (depending on device) via DMA or shared (low)
  17.     memory.
  18.  
  19.     It doesn't really matter if the data on disk isn't accessible via the
  20.     filesystem, but it wouldn't hurt.  I assume I don't really want to go
  21.     through the buffer cache (again for performance reasons) but I could be
  22.     wrong.
  23.  
  24.     Killing performance for the system users is not a big problem, but I
  25.     don't want to lose interrupts, etc.
  26.  
  27. Thanks for any hints,
  28. Eric
  29.  
  30. -- 
  31. Eric Peterson    WB6PYK [44.6.0.133]    N2429K @ SMO
  32. Tekelec - (818) 880-7710 eric@tekelec.com, uunet!gecko!eric
  33.