Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!think!harvard!cmcl2!seismo!brl-adm!brl-smoke!gwyn From: gwyn@brl-smoke.ARPA (Doug Gwyn ) Newsgroups: net.sources Subject: Re: csh and shell layers request/question Message-ID: <503@brl-smoke.ARPA> Date: Fri, 2-May-86 17:41:35 EDT Article-I.D.: brl-smok.503 Posted: Fri May 2 17:41:35 1986 Date-Received: Sun, 4-May-86 06:53:17 EDT References: <232@enmasse.UUCP> <154@rose3.UUCP> <5366@alice.uUCp> Reply-To: gwyn@brl.ARPA Organization: Ballistic Research Lab (BRL) Lines: 15 In article <5366@alice.uUCp> sgt@alice.UucP (Steve Tell) writes: >BTW, has anyone written somthing like shl for BSD systems (using >pty's) or Version-8 (using pt's & line disciplines, etc)? >It shouldn't be too difficult with these features available. >Shl goes to lots of trouble, there's a special SYS-V device >driver that does the multiplexing. (called an sxt). There is a program called "mpx" in use for Teletype 5620 DMDs. It does more than is needed for simple "shl" emulation, however, since it operates in parallel with an operating system in the 5620, using suitable packet and control protocols. Once could take the existing "mpx" source and remove a lot of 5620-specific stuff from it to obtain an "shl"-like multiplexer. I don't know anyone who has done that; what would be the point of it when you have Berkeley-style ^Z job control available for dumb terminals?