home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / os / coherent / 5752 < prev    next >
Encoding:
Text File  |  1992-11-20  |  1.8 KB  |  43 lines

  1. Newsgroups: comp.os.coherent
  2. Path: sparky!uunet!rosevax!aquarius!grante
  3. From: grante@aquarius.rosemount.com (Grant Edwards)
  4. Subject: Re: MGR (was Re: Are we dead??)
  5. Message-ID: <1992Nov20.155912.16846@rosevax.rosemount.com>
  6. Sender: news@rosevax.rosemount.com (USENET News administrator)
  7. Nntp-Posting-Host: aquarius
  8. Reply-To: grante@aquarius.rosemount.com (Grant Edwards)
  9. Organization: Rosemount, Inc.
  10. References: <9211193298@umunk.GUN.de>
  11. Date: Fri, 20 Nov 1992 15:59:12 GMT
  12. Lines: 29
  13.  
  14. udo@umunk.GUN.de (Udo Munk) writes:
  15. : H.C. Pulley (hcp@csx.cciw.ca) wrote:
  16. : : I have not looked at the source for MGR yet, but since it has been ported to 
  17. : : Minix386, I assume it doesn't need any sockets or TCP/IP?
  18. : It doesn't use networking, the window manager and the application clients
  19. : must run one the same system.
  20. :
  21.  
  22. It doesn't use networking, but it does uses pseudo-terminals, which
  23. are included in 4.0 (I wrote a pty driver for 3.2, but never quite got
  24. the last quirks out of it before 4.0 came out).
  25.  
  26. However, you can run the clients on a different machine from the
  27. window manager.  All of the graphics stuff (in both directions) is
  28. implemented as ASCII escape sequences in the stdin and stdout streams.
  29. This means that you can dial-up a remote computer and run an MGR
  30. client (albiet sluggishly).  It also means that it's pretty simple to
  31. do graphics stuff in shell scripts (try that with X!).
  32.  
  33. Anyway, I assume that the 3bX port (a sysV type system) would be an
  34. easier starting point than the SunOS/BSD port that I have played with.
  35.  
  36. --
  37. Grant Edwards                                 |Yow!  Now I'm concentrating
  38. Rosemount Inc.                                |on a specific tank battle
  39.                                               |toward the end of World War
  40. grante@aquarius.rosemount.com                 |II!
  41.