ManaGeR

ManaGeR or MGR was an early windowing system originally designed and developed for Sun computers in 1984 by Stephen A. Uhler, then at Bellcore.

MGR featured overlapped, asynchronous windows and an applications interface that was both machine and network independent.

Each MGR window had support for both character terminal operations as well as basic graphics operations. It was controlled by mousing pop-up menus, by keyboard interaction, and by escape sequences written on pseudo-terminals by client software.

The system was presented at the USENIX Fourth Computer Graphics Workshop in 1987 as "MGR - a Window System for UNIX".[1] The entire MGR source code was posted to the comp.sources.unix Usenet newsgroup, Volume 17, Issue 1, in January 1989.[2]

Internally, MGR was pronounced as munger referring to mung, although the users pronounced each letter.

Features

MGR provided each client window with:

All these features worked equally well if the client program was executing on the same computer as the MGR server or if the client was executed on a remote computer. The type of connection was insignificant. You could use telnet over TCP/IP or a modem dial-up connection equally well, for instance. Bitmaps, however, presented issues on lower bandwidth connections. To use a bitmap, it had to be downloaded to the window manager over the communications channel. Bitmap heavy applications would often download bitmaps to be used at application start, which could make an application look like it was hung. Since applications used input and output streams, there could be problems when unexpected input arrived, say from line noise or from a system message.

External programs such as Stephen Uhler's own MTX [3] and Howard Chu's rmgr made it possible to multiplex several windows over a single connection to a remote host, even using a normal modem dial-up connection.

A later feature, $HOME MOVIE,[4] made it possible to record user interaction for later display.

Ports

MGR ran on at least these systems: SunOS on Sun workstations, the original development platform, Apple Macintosh, Unix System V on the AT&T UnixPC, Ultrix on DECstation 3100, MiNT on Atari ST, OS-9, Coherent, Linux, FreeBSD and VSTa.

The initial Macintosh Port was done on a Macintosh Plus computer using the Lightspeed C compiler. It was a hybrid port in that many of the low-level operations were passed on to QuickDraw instead of using the internal bitmap code. The application did not conform to the Macintosh user interface guidelines as it took over the entire screen. The initial version used either available serial port as the communications channel. A later update of the port could use either ethernet or serial communications.

References

  1. Uhler, Stephen A., "MGR - a Window System for UNIX", Fourth Computer Graphics Workshop Proceedings, page 106 (abstract only).
  2. comp.sources.unix, Volume 17, Issue 1
  3. Uhler, Stephen A., "MTX - A Shell that Permits Dynamic Rearrangement of Process Connections and Windows", USENIX Conference Proceedings, Winter 1990, pages 275--285, USENIX Association
  4. "$HOME MOVIE - Tools for Building Demos on a Sparcstation", USENIX Conference Proceedings, Winter 1991, pages 127--136, USENIX Association

See also

External links

This article is issued from Wikipedia - version of the 6/6/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.