home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!gatech!paladin.american.edu!auvm!psuvm!wvnvm!bryan
- Date: Thursday, 23 Jul 1992 00:03:09 EDT
- From: Jerry Bryan <BRYAN@wvnvm.wvnet.edu>
- Message-ID: <92205.000309BRYAN@wvnvm.wvnet.edu>
- Newsgroups: bit.listserv.ibm-main
- Subject: Re: 3390 blksize calculation
- References: <IBM-MAIN%92072210340646@RICEVM1.RICE.EDU>
- Lines: 22
-
- In article <IBM-MAIN%92072210340646@RICEVM1.RICE.EDU>, Zoltan Forray
- <SSTSZXF@VCUVM1.BITNET> says:
-
- >For 3380 type disks, a half-track block (23400) is usually optimal for most
- >things like load libraries. If you used anything much larger, you would waste
- >a large amount of space on each track.
-
- Reasonable people can disagree about this, but I would have said that
- half-track is best for most things *except* load libraries, where
- 32K blocking is best. Load libraries are RECFM=U, which means that
- the blocks are variable length. Many blocks are small to medium,
- no matter what the block size is. A block which *can* fit on the
- remainder of the track *will* be placed on the remainder of the
- track and vice versa. Here are some examples. 1) First block is
- small, second block is half-track (fits), third block is half-track
- (doesn't fit, space wasted). 2) First block is small, second block
- is 32K (fits), third block is small (fits). 3) First block is
- 32K, second block is small (fits), third block is 32K (doesn't
- fit). Construct the example of your choice to prove whatever you
- want to prove. My personal humble opinion is that 32K is fine,
- maybe even best, for load modules, because so many of the blocks
- are small. Why not get the advantage of the occasional 32K block?
-