Remote Procedure Call
DoXYZ (int a, int b, char *c) {
printf (“before calling the transaction”)
TransactionXX (BindingHandle, a, c, &b)
if (b== TRANS_OK) {
….
….
Procedure
Procedure
Network
Main
Body
Client
Server
Application
Previous slide
Next slide
Back to first slide
View graphic version