Within an SAP ASE, outgoing RPCs are transmitted by means of a site handler, which multiplexes multiple requests through a single physical connection to a remote server.
The connection validation process for these connect requests is different from that of normal client connections. First, the remote server must determine if the server from which the connect request originated is configured in its sysservers table. If so, then the system table sysremotelogins is checked to determine how the connect request should be handled. If trusted mode is configured, password checking is not performed.
Because of the logical connect and disconnect steps, site handler RPCs can be slow.