From owner-freebsd-questions Wed May 29 23:50:56 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA16755 for questions-outgoing; Wed, 29 May 1996 23:50:56 -0700 (PDT) Received: from admin.cyberenet.net (admin.cyberenet.net [204.213.252.6]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id XAA16750 for ; Wed, 29 May 1996 23:50:54 -0700 (PDT) Received: from twwells.com by admin.cyberenet.net with smtp (Smail3.1.29.1 #7) id m0uP1ZM-000209C; Thu, 30 May 96 02:50 EDT Received: by twwells.com (Smail3.1.29.1 #8) id m0uP1WP-0000ywC; Thu, 30 May 96 02:47 EDT Message-Id: From: bill@twwells.com (T. William Wells) Subject: clists problem? To: freebsd-questions@freebsd.org Date: Thu, 30 May 1996 02:47:48 -0400 (EDT) X-Mailer: ELM [version 2.4 PL25] Content-Type: text Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Users on one of my systems reports that when they download, they can get no more than 1K/second. On investigation, the download program spends all its time waiting on ttybf2 -- the one for clists -- and sleeping a second between writes. I've also noticed that when I'm telnetted in and displaying entire screensful, there's a one second delay between pieces of the screen; this appears to be a result of the same problem. The question is: how do I up the number of clists available? I've doubled INITIAL_CBLOCKS and that may be the answer (I won't know until I get to reboot and see how the system behaves); however, I'd like some input from people who actually know what's going on down in ttwrite....