C (RPC)

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Cell Directory Service (CDS)

Name-service provider for the Open Software Foundation's Distributed Computing Environment.

client stub

MIDL-generated C-language source code. It contains all the functions necessary for the client application to make remote procedure calls using the model of a traditional function call in a standalone application. The client stub is responsible for marshaling input parameters and unmarshaling output parameters. See also server stub, proxy stub.

conformant array

Array whose size is determined at run time by another parameter, structure field, or expression.

connection-oriented

Communications protocol or transport that provides a virtual circuit through which data packets are received in the same order as they were transmitted. If the connection between computers fails, the application is notified. TCP and SPX are examples of connection-oriented protocols. See also datagram.

connectionless

See datagram.

context rundown

Server notification that results from an unexpected termination of the binding between client and server applications.