home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / vms / 12996 < prev    next >
Encoding:
Internet Message Format  |  1992-07-31  |  2.6 KB

  1. Path: sparky!uunet!sun-barr!ames!agate!ucbvax!TGV.COM!mcmahon
  2. From: mcmahon@TGV.COM (John 'Fast-Eddie/FuzzFace' McMahon)
  3. Newsgroups: comp.os.vms
  4. Subject: Re: Help: DECTerms disappearing!
  5. Message-ID: <920731001651.23a01245@TGV.COM>
  6. Date: 31 Jul 92 07:16:51 GMT
  7. Sender: usenet@ucbvax.BERKELEY.EDU
  8. Organization: The Internet
  9. Lines: 59
  10.  
  11. Reply-To: mcmahon@tgv.com
  12.  
  13.  
  14. In article <nat.712532319@sol> you write:
  15. =Every
  16. =so often, when I log out of a (DECterm) window, *ALL* my DECterms go poof!!!
  17. =The Clock, Session manager, and Notepad survive.  Any reason why this should
  18. =happen?  What do I need to do to prevent it from happening again?  It is not a
  19. =regular occurance, but often enough to be irritating...
  20.  
  21. The DECterminal emulator/controller process is crashing.  When it goes, so
  22. goes all of the DECterms.
  23.  
  24. When you create a DECterm, a controller process acts as the interface between
  25. the user process and the network.  This process usually has the process name
  26. DECW$TE_<mumble> and is usually running SYS$SYSTEM:DECW$TERMINAL.EXE.  Only
  27. one of these processes is created even if you create a 1000 DECterm windows
  28. pointing to the same server.  The emulator, among other things, also acts 
  29. as a multiplexer.
  30.  
  31. It looks (sort of) like this...
  32.  
  33. server side               !             !  client side
  34.  
  35. window 1 <---> X server <---> Network <--> Emulator <---> user process 1
  36. window 2 <---                                        ---> process 2
  37. window 3 <---                                        ---> process etc
  38.  
  39. The emulator runs as a detatched process.  Later versions of DECwindows
  40. allow you to direct the Terminal Controller output to a file (to see
  41. errrors and stack dumps).  It's documented in the release notes
  42. somewhere...  try using the logical DECW$DECTERM_OUTPUT, I think
  43. that is it.
  44.  
  45. =Also - startup of DECterms is extremely slow.  Does anyone have any tuning
  46. =suggestions to speed things up?
  47.  
  48. If it's "tough" to create processes on your system, then DECterms will be slow
  49. since initially two process creations are involved.  There are some tuning
  50. logicals to disable swapping and bump up the Working Set of the controller.
  51. I think that is in the release notes somewhere.
  52.  
  53. =Thanks in advance,
  54.  
  55. Null Perspiration...
  56.  
  57. =You want more diskquota?!  ...Did you bring me some cheesecake?  ;-)
  58.  
  59. So could I trade a RL02 drive for a cheesecake ?
  60.  
  61. Cheers!
  62. John 'Fast-Eddie' McMahon    ()
  63. TGV, Incorporated            () "Any networking problem can be solved by
  64. 603 Mission Street           ()  the application of 33 miles of Unshielded 
  65. Santa Cruz, California 95060 ()  Twisted Pair (UTP)"   
  66. 408-427-4366 or 800-TGV-3440 ()                      [InterOp Spring 1992]
  67. E-Mail: MCMAHON@TGV.COM      ()
  68.  
  69.  
  70.