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...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Berkeley, CA :
Apress,
2021.
|
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- 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.