home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / os / os2 / networki / 1263 < prev    next >
Encoding:
Text File  |  1992-09-08  |  1.0 KB  |  27 lines

  1. Newsgroups: comp.os.os2.networking
  2. Path: sparky!uunet!usc!rpi!assela
  3. From: assela@aix.rpi.edu (A. Andre Asselin)
  4. Subject: Re: TCP/IP 1.2.1 remote telnet session too slow!
  5. Message-ID: <rx3yaj=@rpi.edu>
  6. Keywords: tcp/ip telnet
  7. Nntp-Posting-Host: aix.rpi.edu
  8. References: <1567@cogsci.ucsd.EDU>
  9. Date: Tue, 8 Sep 1992 05:35:20 GMT
  10. Lines: 15
  11.  
  12. lopes@cogsci.ucsd.EDU (alann lopes) writes:
  13.  
  14. >  Whenever I telnet into our os2 machines running tcp/ip 1.2.1
  15. >  and the machine is doing some cpu intensive task, the remote
  16. >  telnet session is unusable. 
  17.  
  18. Alann,
  19.    Unfortunately, this is an artifact of how the telnet server is 
  20. implemented.  Whenever the screen is modified, the telnet server will generally
  21. repaint the whole screen, rather than send a particular escape sequence
  22. to accomplish the same thing.  This shows up particularly with screen
  23. scrolling.  It is unfortunate, but the way OS/2 allows access to the 
  24. contents  of a screen, it would be pretty complicated to implement it
  25. any other way.
  26.       - Andre Asselin              (assela@rpi.edu)
  27.