From: SMTP%"MACRO32@WKUVX1.WKU.EDU" 24-MAR-1994 08:19:48.52 To: EVERHART CC: Subj: SDdriver X-Listname: "VMS Internals, MACRO, & BLISS Discussions" Warnings-To: <> Errors-To: MacroMan@WKUVX1.WKU.EDU Sender: MacroMan@WKUVX1.WKU.EDU Date: Wed, 23 Mar 1994 15:49:15 -0500 (EST) From: EVERHART@arisia.gce.com Reply-To: MACRO32@WKUVX1.WKU.EDU To: MACRO32@arisia.gce.com Message-Id: <940323154915.74@arisia.gce.com> Subject: SDdriver The striping driver has an instruction in unit init that should be pulled. It moves 8192 into ucb$l_maxbcnt. Comment that out and the driver should perform faster for many operations. That's what happens when you reuse bits of code sometimes ... Also I should note the thing may need you to bump LRPCOUNT some so it can grab IRPs fast, and you may want to make /chunk=n/reserved=n where n is the "sectors per track" on the host disks, if they're both the same geometry. I don't know how much this matters, but itcan be played with. Glenn Everhart Everhart@arisia.gce.com 610 358 5875