Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!lll-lcc!ames!ucbcad!ucbvax!HI-MULTICS.ARPA!MHJohnson From: MHJohnson@HI-MULTICS.ARPA (Mark Johnson) Newsgroups: mod.computers.vax Subject: Re: CI (Cluster) I/O Message-ID: <870124003834.219026@HI-MULTICS.ARPA> Date: Fri, 23-Jan-87 19:38:00 EST Article-I.D.: HI-MULTI.870124003834.219026 Posted: Fri Jan 23 19:38:00 1987 Date-Received: Sat, 24-Jan-87 08:53:39 EST Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 18 Approved: info-vax@sri-kl.arpa Looking at the DECNET documentation for the CI connection indicates that it is SLOWER to transfer data w/ DECNET on the CI than through the ethernet. A lot of stuff about extra overhead due to the smaller packet size. I would first look at increasing the buffer sizes on the ethernet instead. One way (if you can get agreement across the net...) to do it is to increase the buffer size and segment buffer size with NCP. Our systems had the lower limit (576) instead of the more reasonable ethernet limit (1498). This increases throughput quite a bit but must be coordinated across the net. See page 3-18 of the Networking Manual for more information about adjusting the size. Of course, you could have code running on both CPU's that talk their own protocol across the ethernet as well. The device driver book has the details about that too. About CPU to CPU transfers w/ the CI, I have no idea how that works but I would start looking at the MSCP served disk code to see what VMS does and copy that. Good Luck! --Mark