Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 3/29/85; site seismo.UUCP Path: utzoo!watmath!clyde!bonnie!akgua!gatech!seismo!mo From: mo@seismo.UUCP (Mike O'Dell) Newsgroups: net.arch Subject: Dumb terminal drivers Message-ID: <1843@seismo.UUCP> Date: Wed, 3-Apr-85 09:19:18 EST Article-I.D.: seismo.1843 Posted: Wed Apr 3 09:19:18 1985 Date-Received: Thu, 4-Apr-85 07:07:08 EST Organization: Center for Seismic Studies, Arlington, VA Lines: 17 Rob Pike solved the terminal driver problem very nicely - HE EXPUNGED THE DRIVER! With the Blit, all the user-interaction cruft goes in the Blit where you have a CPU and operating system dedicated to doing high-quality user interaction tasks. The Unix machine is releaved of this onerous chore and is left to do what it does best: compute! (No one can claim the VAX is well-optimized for character-based interrupts and context switches.) The only problem with this solution is its cost - but you get what you pay for. "tty.c - an evil necessity" -Mike O'Dell