Chapter 9. Other IPC Types

So far, we have focused on TCP/IP (ACE_SOCK_Stream and friends). ACE also offers many other IPC wrapper classes that support both interhost and intrahost communication. Keep in mind that intrahost communications is a very simplified host-to-host communication situation, and interhost IPC mechanisms all work perfectly fine for communication between collocated entities. Like the TCP/IP Sockets wrappers, most of the IPC wrappers offer an interface compatible with using them in the ACE Acceptor-Connector framework (ACE_Acceptor, ACE_Connector, and ACE_Svc_Handler classes).

9.1 Interhost IPC with UDP/IP

UDP is a datagram-oriented protocol that operates over IP. Therefore, as with TCP/IP, UDP uses IP addressing. Also as ...

Get ACE Programmer's Guide, The: Practical Design Patterns for Network and Systems Programming now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.