Interprocess Communication with macOS : Apple IPC Methods (1st)

個数:
  • ポイントキャンペーン

Interprocess Communication with macOS : Apple IPC Methods (1st)

  • ウェブストア価格 ¥12,329(本体¥11,209)
  • APress(2021/05発売)
  • 外貨定価 US$ 64.99
  • 【ウェブストア限定】洋書・洋古書ポイント5倍対象商品(~2/28)
  • ポイント 560pt
  • 提携先の海外書籍取次会社に在庫がございます。通常3週間で発送いたします。
    重要ご説明事項
    1. 納期遅延や、ご入手不能となる場合が若干ございます。
    2. 複数冊ご注文の場合は、ご注文数量が揃ってからまとめて発送いたします。
    3. 美品のご指定は承りかねます。

    ●3Dセキュア導入とクレジットカードによるお支払いについて
  • 【入荷遅延について】
    世界情勢の影響により、海外からお取り寄せとなる洋書・洋古書の入荷が、表示している標準的な納期よりも遅延する場合がございます。
    おそれいりますが、あらかじめご了承くださいますようお願い申し上げます。
  • ◆画像の表紙や帯等は実物とは異なる場合があります。
  • ◆ウェブストアでの洋書販売価格は、弊社店舗等での販売価格とは異なります。
    また、洋書販売価格は、ご注文確定時点での日本円価格となります。
    ご注文確定後に、同じ洋書の販売価格が変動しても、それは反映されません。
  • 製本 Paperback:紙装版/ペーパーバック版/ページ数 284 p.
  • 言語 ENG
  • 商品コード 9781484270448
  • DDC分類 005.4465

Full Description

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 on real world scenarios.
You'll see how IPC techniques are used for exchanging data and messages among multiple threads in one or more processes, which may be running on one or more computers connected by a network or running locally. IPC methods can be divided into methods for message passing, synchronization, shared memory, and remote procedure calls (RPC). A poorly conceived IPC can even expose an entire network to over-the-network attacks. Despite the risks, processes and applications absolutely need to communicate with each other across your system and the network. You'll see how these communications facilitate information sharing, computational speedup, modularity, convenience, and privilege separation. 
In macOS, a program has a number of ways to communicate with other programs. These mechanisms for IPC often exist in different layers of the system. You'll examine how each has its own specific purposes, limitations, and intended scenarios. Some are more suitable than others for code written at a certain level of the system. For example, a kernel extension would not make use of Apple events. 
Additionally, the book reveals that different users have different rights when it comes to accessing files, changing system wide settings, and so on, depending on whether they are admin users or ordinary users. Running code with root or administrative privileges can intensify the dangers posed by security vulnerabilities. You'll learn that to elevate privileges safely, it is mandatory for the application to perform the task through a secure Helper process.
What You'll Learn

Expand the capabilities of your programs by sharing data within multiple applications

Understand and dig deep into the world of Helper tools to create apps that need user privilege elevation

Enhance the modularity of a system by allowing your applications to interact and share data with a website

Who This Book Is For
Software engineers and architects designing and developing secure applications for macOS and iOS who have hands-on knowledge of Swift with XCode. 

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.

最近チェックした商品