Path: utzoo!utgpu!water!watmath!clyde!rutgers!cmcl2!brl-adm!umd5!mimsy!chris From: chris@mimsy.UUCP (Chris Torek) Newsgroups: comp.unix.wizards Subject: Re: Strange behavior from rsh Message-ID: <10348@mimsy.UUCP> Date: 26 Jan 88 07:36:17 GMT References: <477@ecrcvax.UUCP> Organization: U of Maryland, Dept. of Computer Science, Coll. Pk., MD 20742 Lines: 11 In article <477@ecrcvax.UUCP> johng@ecrcvax.UUCP (John Gregor) writes: >... I know the manual says that rsh is no good for interactive programs >like vi and rogue, but I don't see how it can get data out of order. Most likely, the program you are running prints some data to stdout and some to stderr, and is not careful about buffering. When talking to a rsh socket, it is not talking to a tty, and stdio buffers things differently. -- In-Real-Life: Chris Torek, Univ of MD Comp Sci Dept (+1 301 454 7163) Domain: chris@mimsy.umd.edu Path: uunet!mimsy!chris