Path: utzoo!attcan!uunet!cs.utexas.edu!samsung!zaphod.mps.ohio-state.edu!usc!snorkelwacker!bloom-beacon!convex.UUCP!root From: root@convex.UUCP (Superuser) Newsgroups: comp.windows.x Subject: Lost mail for you Message-ID: <9006071737.AA16339@sushi> Date: 7 Jun 90 17:37:01 GMT Sender: root@athena.mit.edu (Wizard A. Root) Organization: The Internet Lines: 60 From pescadero.stanford.edu!expo.lcs.mit.edu!xpert-mailer Sat Jun 2 12:48:32 1990 remote from convex Received: by sushi (5.51/7.0) id AA24223; Sat, 2 Jun 90 12:48:32 CDT Received: by convex.COM (5.51/4.7) id AA26971; Sat, 2 Jun 90 12:48:26 CDT Received: from Erebus.Stanford.EDU by uxc.cso.uiuc.edu with SMTP (5.62+/IDA-1.2.8-900601) id AA02430 (for salevin%drlc1.UUCP@convex.com); Sat, 2 Jun 90 12:44:16 -0500 Received: from Hanauma.Stanford.EDU by erebus.Stanford.EDU with TCP; Sat, 2 Jun 90 10:44:53 PDT Received: by hanauma.stanford.edu (5.51/7.0) id AA13447; Sat, 2 Jun 90 10:43:59 PDT Received: from EXPO.LCS.MIT.EDU by Pescadero.Stanford.EDU (5.59/25-eef) id AA27367; Sat, 2 Jun 90 10:42:57 PDT Received: by expo.lcs.mit.edu; Sat, 2 Jun 90 09:11:49 EDT Received: from ATHENA.MIT.EDU by expo.lcs.mit.edu; Sat, 2 Jun 90 09:05:21 EDT Received: from Shamash.McRCIM.McGill.EDU by ATHENA.MIT.EDU with SMTP id AA15539; Sat, 2 Jun 90 09:05:46 EDT Received: by shamash.McRCIM.McGill.EDU (5.61) id <9006021303.AA04433@shamash.McRCIM.McGill.EDU>; Sat, 2 Jun 90 09:03:38 -0400 Date: Sat, 2 Jun 90 09:03:38 -0400 From: der Mouse Message-Id: <9006021303.AA04433@shamash.McRCIM.McGill.EDU> To: kwang@uicsrd.csrd.uiuc.edu Subject: Re: Questions (rlogin vs remote xterm) Cc: xpert@expo.lcs.mit.edu > 2. The power of X window is "network transparent windowing..." right? Well, that's one of its strengths. > So, I tried like: > xhost doItThere > rsh doItThere "setenv DISPLAY showMeHere; do it" > It was ok, but is this right way? It's not unreasonable. > Then what is difference with rlogging to the other machine and > execute it inside the popped up shell window? The major difference is where it places the load. In my experience...suppose machine A is running the X server and machine B is where I want my shell to be. Way 1 A% xterm -e rlogin B Way 2 A% rsh B xterm -display A:0 (No nitpicking please, those are typed `off the top of my head'.) I find that way 1 puts less of a load on B than 2 does. To be more precise, when B is an overloaded or otherwise slow machine, way 1 produces noticeably better response. If you're using a standard rlogin, way 1 has the disadvantage that the rlogin escape character is active. der Mouse old: mcgill-vision!mouse new: mouse@larry.mcrcim.mcgill.edu