C++ Network Programming, Volume 2: Systematic Reuse with ACE and Frameworks
by Douglas C. Schmidt, Stephen D. Huston
Glossary
Acceptor-Connector Pattern
A design pattern that decouples the connection and initialization of cooperating peer services in a networked system from the processing they perform once connected and initialized.
Active Connection Establishment
The connection role played by a peer application that initiates a connection to a remote peer (compare with Passive Connection Establishment).
Active Object
An object that implements the Active Object pattern. Such objects generally execute service requests in a thread separate from the caller’s (compare with Passive Object).
Active Object Pattern
A design pattern that decouples method execution from method invocation in order to enhance concurrency and simplify synchronized access to objects that ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access