Other paradigms
client/server paradigm
- a.k.a. request / reply style invocation mechanism
- synchronous RPC (e.g., SunRPC, CORBA, Java RMI, DCOM)
- a blocking, point-to-point communication model
- client must have a reference / binding to server
- client (in P/S term.: subscriber) pulls (polls) information from server