home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / os / os2 / networki / 1026 < prev    next >
Encoding:
Internet Message Format  |  1992-08-18  |  2.0 KB

  1. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!mips!swrinde!gatech!news.ans.net!ans.net!db3l
  2. From: db3l@ans.net (David Bolen)
  3. Newsgroups: comp.os.os2.networking
  4. Subject: Re: Telnet
  5. Message-ID: <1992Aug18.171035.18256@ans.net>
  6. Date: 18 Aug 92 13:11:51 GMT
  7. References: <13441@chalmers.se> <GHENNIGA.92Aug17143059@ampere.ampere> <13456@chalmers.se>
  8. Sender: news@ans.net (News Administrator)
  9. Organization: Advanced Network & Services, Inc. - Elmsford, NY
  10. Lines: 29
  11. In-Reply-To: d9mikael@dtek.chalmers.se's message of 18 Aug 92 02: 08:33 GMT
  12.  
  13. In article <13456@chalmers.se> d9mikael@dtek.chalmers.se (Mikael Wahlgren) writes:
  14.  
  15. >Yes, I understand that you can't do PM programs with it.  But CAN you do
  16. >ANY text mode program, even if it does NOT use stdin/stdout, but rather use
  17. >the logical or physical display buffer?
  18.  
  19. Yes - the IBM Telnet server works by establishing itself as a VIO monitor (an
  20. OS/2 capability) for the full-screen session.  That means that it gets to
  21. intercept all calls made to the session at the VIO level and translate them
  22. into terminal sequences.
  23.  
  24. This includes things like VioShowBuf which an application that directly uses
  25. the virtual buffer has to do at some point to display information on the
  26. screen normally.  When the emulator sees this, it will ship the specified
  27. contents of the buffer to the remote telnet client.  Unfortunately, this is
  28. not the most efficient way to work since the server can't tell just what
  29. within the region actually changed (well, it could, but that would require it
  30. keep it's own copy of the virtual screen), so it just sends the whole region.
  31. Thus, such programs may be a bit slower to run over telnet than programs that
  32. just issue normal VIO calls directly.
  33.  
  34. --
  35. -- David
  36. --
  37. /-----------------------------------------------------------------------\
  38.  \              David Bolen             \  Internet: db3l@ans.net      /
  39.   |   Advanced Network & Services, Inc.   \   Phone: (914) 789-5327   |
  40.  / 100 Clearbrook Road, Elmsford, NY 10523  \   Fax: (914) 789-5310    \
  41. \-----------------------------------------------------------------------/
  42.