TAstaServerSocket
Properties
Methods
Events
Unit
AstaServer
Declaration
type TAstaServerSocket = class(TServerSocket);
Description
An AstaServerSocket is the core component of an ASTA server. The
ASTA server is the "application server" or "middle tier." It manages all the client
connections and simultaneously speaks to the data base. All messages in an ASTA application flow through
the AstaServerSocket.
See the Developer's Abstract for an overview and Threading ASTA Servers for a discussion of ASTA threading models.