Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxr!mhuxt!houxm!whuxl!whuxlm!akgua!gatech!seismo!brl-adm!brl-smoke!gwyn From: gwyn@brl-smoke.UUCP Newsgroups: net.unix-wizards Subject: Re: dz-11 on a VAX-11/750 at 19,200 baud. Message-ID: <1614@brl-smoke.ARPA> Date: Fri, 7-Mar-86 13:49:37 EST Article-I.D.: brl-smok.1614 Posted: Fri Mar 7 13:49:37 1986 Date-Received: Sun, 9-Mar-86 09:38:52 EST References: <1577@brl-smoke.ARPA> Reply-To: gwyn@brl.ARPA Organization: Ballistic Research Lab (BRL) Lines: 19 In article <1577@brl-smoke.ARPA> Jeff Siegal writes: >The terminal works great except when sending more that about >two pages without a pause--at that rate, the terminal can't quite >keep up and loses a little data. > >The lost data is not really my problem though. What I'm worried about >is that on the console, the system spits out occasional "dz0,4: silo >overflow." Does anyone know what is wrong, and if so, what I can do >to fix it? The first paragraph makes it apparent that you have not enabled DC3/DC1 flow control. As you overrun the terminal's buffer, it will keep sending DC3s to the host to try to get it to stall. These are probably filling up the DZ11 silo faster than the host is able to empty it. If the DZ11 device driver relies on input silo alarm rather than per- character interrupt with short-circuit lookahead before RTI, then there is not much safety margin. If you enable flow control, the problem should go away.