home *** CD-ROM | disk | FTP | other *** search
/ Unix System Administration Handbook 1997 October / usah_oct97.iso / rfc / 400s / rfc411.txt < prev    next >
Text File  |  1997-03-12  |  3KB  |  113 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7. Network Working Group                             M. A. Padlipsky
  8. Request for Comments #411                             MIT-MULTICS
  9. NIC 124D3                                       November 14, 1972
  10.  
  11.                  NEW MULTICS NETWORK SOFTWARE FEATURES
  12.  
  13. Two recently-installed features of the Multics  Network  software
  14. might be of general interest to the Network community, and should
  15. be of particular interest to those who use Multics via TIP's:
  16.  
  17. Case Mapping
  18. ---- -------
  19.  
  20. In  order  to allow Network users at upper-case-only terminals on
  21. systems which do not  furnish  case-mapping  to  access  Multics,
  22. typing   "MAP"   (upper-case,   followed   by   Telnet  New-line)
  23. immediately after receipt of the Multics  load  message  actuates
  24. Multics software which applies the following typing conventions:
  25.  
  26. 1) as most Multics  input  is  lower-case,  alphabetic  input  is
  27.     mapped  to  lower-case,  except  for  any  letter immediately
  28.     preceded by "
  29. 2) back (left) arrow  is  treated  as  underscore,  up  arrow  as
  30.     circumflex, apostrophe as acute (right) accent
  31. 3) escape sequences exist for the following:
  32.     backspace = -
  33.     grave (left) accent = '
  34.     left brace =
  35.     vertical line =
  36.     right brace = )
  37.     tilde = =
  38. 4) the sequence "\" is treated as  "
  39.     octal  escape, it is only necessary to type     a "
  40.     them
  41.  
  42. The case-mapping software is also actuated if "HELP" (upper-case)
  43. is  typed  prior  to  login  in  response  to the system's "login
  44. incorrect" message, in which case the normal  information  (which
  45. would  appear  in response to lower-case "help" as well) on login
  46. format will be printed out.  (Note: the escape sequences are  the
  47. same  as  existing Multics   conventions for direct-dialled Model
  48. 33/35 TTY's.  On these particular devices, "
  49. indicated on the key-caps: it is input as SHIFT-L.)
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.                                                                 [Page 1]
  59.  
  60. Allocate Handling
  61. -------- --------
  62.  
  63. Output  to  systems  which give small allocations has long been a
  64. problem, both to the remote user (who experienced frequent pauses
  65. in the output at  his  terminal)  and  to  the  Multics  "Network
  66. Daemon"  process  (which  encountered  considerable  inefficiency
  67. because of being frequently awakened to process the  ALL  control
  68. messages).   To alleviate this, we have introduced interrupt-time
  69. code which processes the ALL's and  outputs  the  next  group  of
  70. bytes  without  causing  the Network Daemon to take a wakeup.  As
  71. attendees of the ICCC will have already observed, response is far
  72. superior under the new scheme.  (System  Programmers  responsible
  73. for  NCP's  might  be  interested  to  know  that some 75% of our
  74. control-message processing deals with ALL's.)
  75.  
  76.  
  77.     [ This RFC was put into machine readable form for entry ]
  78.     [ into the online RFC archives by BBN Corp. under the   ]
  79.     [ direction of Alex McKenzie.                      1/97 ]
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.                                                                 [Page 2]
  112.  
  113.