Interprocess Communication with macOS Apple IPC Methods

Build highly modular software in macOS that interacts deeply and intuitively with other programs. This book explores all techniques available for Inter-process communications (IPC) from high level macOS layers to deep kernel options while applying theoretical concepts into practical implementations...

Full description

Bibliographic Details
Main Author: Dutt, Hem
Format: eBook
Language:English
Published: Berkeley, CA Apress 2021, 2021
Edition:1st ed. 2021
Subjects:
Online Access:
Collection: Springer eBooks 2005- - Collection details see MPG.ReNa
Table of Contents:
  • Chapter 1 : Introduction to IPC on macOS
  • Chapter 2 : IPC Through Shared Memory
  • Chapter 3 : IPC Through Mach Ports
  • Chapter 4 : IPC Through Sockets
  • Chapter 5 : IPC Through Apple Events
  • Chapter 6 : IPC Through Distributed Notifications
  • Chapter 7 : IPC Through Pasteboards
  • Chapter 8 : IPC Through XPC
  • Chapter 9 : IPC Between a Native App and Web App
  • Chapter 10 : Privilege Elevation