In the SAS Metadata Repository,
each server process that executes SAS code is represented by a server
object. In the metadata, the attributes for each server object contain
information such as the following:
-
the name of the machine that is
hosting the server
-
the TCP/IP port or ports on which
the server listens for requests
-
the SAS command that is used to
start the server
The intermediate level
of organization is called a logical server object. SAS servers of
a particular type, running either on the same machine or on different
machines, can be grouped into a logical server of the corresponding
type. For example:
-
A logical
workspace server is a group of one or more workspace servers.
-
A logical pooled workspace server
is a group of one or more workspace servers that are configured to
use server-side pooling.
-
A logical
stored process server is a group of one or more stored process servers.
Application servers
and logical servers are logical constructs that exist only in metadata.
In contrast, the server objects within a logical server correspond
to actual server processes that execute SAS code.