home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / dec / 4494 < prev    next >
Encoding:
Internet Message Format  |  1992-08-12  |  1.2 KB

  1. Path: sparky!uunet!usc!cs.utexas.edu!qt.cs.utexas.edu!yale.edu!jvnc.net!darwin.sura.net!gatech!rutgers!spcvxb.spc.edu!terry
  2. From: terry@spcvxb.spc.edu (Terry Kennedy, Operations Mgr.)
  3. Newsgroups: comp.sys.dec
  4. Subject: Re: How to read/write VMS (RMS?) disk blocks asynchronously
  5. Message-ID: <1992Aug12.121243.3572@spcvxb.spc.edu>
  6. Date: 12 Aug 92 16:12:43 GMT
  7. References: <MRL.92Aug11103051@sun4.uai.com>
  8. Organization: St. Peter's College, US
  9. Lines: 15
  10.  
  11. In article <MRL.92Aug11103051@sun4.uai.com>, mrl@uai.com (Mark R. Ludwig) writes:
  12. > I've read much of the RMS Reference, and concluded that the
  13. > asynchronous support there is quite limited, because it only allows
  14. > one operation at a time (on a FAB, or RAB, I forget exactly which).
  15. > For our application it is not feasible to have multiple FABs or RABs
  16. > for a single file.
  17.  
  18.   Look at the read-ahead and write-behind options and the multibuffer count.
  19. In VAX C you can specify these options in the fopen() statement as rah=n,
  20. wbh=n, mbf=n. These must exist in RMS, rather than being C-specific. Try
  21. looking in the Master Index for these items.
  22.  
  23.     Terry Kennedy        Operations Manager, Academic Computing
  24.     terry@spcvxa.bitnet    St. Peter's College, Jersey City, NJ USA
  25.     terry@spcvxa.spc.edu    +1 201 915 9381
  26.