Content deleted Content added
m oops |
No edit summary |
||
Line 1:
{{orphan|date=December 2009}}
'''Group Control System''' ('''GCS''') is an [[operating system]] made by [[IBM]], meant to run as a guest of [[VM (operating system)|VM]].
Specifically, GCS provides OS multitasking support. In order to be able to spread the load over several virtual machines, GCS also implements a notion of group where each group member virtual machine can interact with one another.
To implement this, GCS uses several techniques:
* A writeable shared segment
* [[IUCV]] communications between virtual machines
* A recovery virtual machine
GCS is not designed to be a multi-purpose user operating system (like CMS). For example, it does not allow for file editing.▼
▲GCS is not designed to be a multi-purpose user operating system
Examples of programs designed to run under GCS are▼
▲Examples of programs designed to run under GCS are:
* VM/VTAM : The VM implementation of the VTAM stack
* [[RSCS]] : The Remote Spooling Communication Subsystem
* [[NETVIEW]] : A networking monitoring service
|