10.2.4.2.1 Service Requests
A thread sends a request to a server by calling either tpcall() for a synchronous request or tpacall() for an asynchronous request. If the request is sent with tpcall()
, then the reply is received without further action by any thread.
Parent topic: Work Phase