• Wyszukiwanie zaawansowane
  • Kategorie
  • Kategorie BISAC
  • Książki na zamówienie
  • Promocje
  • Granty
  • Książka na prezent
  • Opinie
  • Pomoc
  • Załóż konto
  • Zaloguj się

Interprocess Communication with Macos: Apple Ipc Methods » książka

zaloguj się | załóż konto
Logo Krainaksiazek.pl

koszyk

konto

szukaj
topmenu
Księgarnia internetowa
Szukaj
Książki na zamówienie
Promocje
Granty
Książka na prezent
Moje konto
Pomoc
 
 
Wyszukiwanie zaawansowane
Pusty koszyk
Bezpłatna dostawa dla zamówień powyżej 20 złBezpłatna dostawa dla zamówień powyżej 20 zł

Kategorie główne

• Nauka
 [2946600]
• Literatura piękna
 [1856966]

  więcej...
• Turystyka
 [72221]
• Informatyka
 [151456]
• Komiksy
 [35826]
• Encyklopedie
 [23190]
• Dziecięca
 [619653]
• Hobby
 [140543]
• AudioBooki
 [1577]
• Literatura faktu
 [228355]
• Muzyka CD
 [410]
• Słowniki
 [2874]
• Inne
 [445822]
• Kalendarze
 [1744]
• Podręczniki
 [167141]
• Poradniki
 [482898]
• Religia
 [510455]
• Czasopisma
 [526]
• Sport
 [61590]
• Sztuka
 [243598]
• CD, DVD, Video
 [3423]
• Technologie
 [219201]
• Zdrowie
 [101638]
• Książkowe Klimaty
 [124]
• Zabawki
 [2473]
• Puzzle, gry
 [3898]
• Literatura w języku ukraińskim
 [254]
• Art. papiernicze i szkolne
 [8170]
Kategorie szczegółowe BISAC

Interprocess Communication with Macos: Apple Ipc Methods

ISBN-13: 9781484270448 / Angielski / Miękka / 2021 / 284 str.

Hem Dutt
Interprocess Communication with Macos: Apple Ipc Methods Hem Dutt 9781484270448 Apress - książkaWidoczna okładka, to zdjęcie poglądowe, a rzeczywista szata graficzna może różnić się od prezentowanej.

Interprocess Communication with Macos: Apple Ipc Methods

ISBN-13: 9781484270448 / Angielski / Miękka / 2021 / 284 str.

Hem Dutt
cena 242,07 zł
(netto: 230,54 VAT:  5%)

Najniższa cena z 30 dni: 231,29 zł
Termin realizacji zamówienia:
ok. 22 dni roboczych
Bez gwarancji dostawy przed świętami

Darmowa dostawa!
Kategorie:
Informatyka
Kategorie BISAC:
Computers > Programming - Macintosh
Computers > Operating Systems - Mac OS
Wydawca:
Apress
Język:
Angielski
ISBN-13:
9781484270448
Rok wydania:
2021
Ilość stron:
284
Waga:
0.42 kg
Wymiary:
23.39 x 15.6 x 1.63
Oprawa:
Miękka
Wolumenów:
01
Dodatkowe informacje:
Wydanie ilustrowane

Chapter 1 : Introduction to IPC on macOS

Chapter Goal : In this chapter, we’ll explore the basics of IPC and touch upon various techniques.

·      Evolution of IPC.

·      IPC on macOS.

·      Real world problems requiring an IPC solution.

·      Available IPC techniques on macOS.

 

Chapter 2 : IPC Through Shared Memory

Chapter Goal : In this chapter, we’ll learn IPC using shared memory techniques.

·      Introduction to shared memory.

·      Creating a server application to pass data to a client application.

·      Implementing a client to consume data passed by a server application.

·      Pros of IPC through Shared Memory.

·      Cons of IPC through Shared Memory.

·      Discussion on real world scenarios and applications.

 

Chapter 3 : IPC Through Mach Ports

Chapter Goal : In this chapter, we’ll learn IPC using Mach Ports.

·      Introduction to Mach Ports.

·      Creating a server application to pass data to a client application.

·      Implementing a client to consume data passed by a server application.

·      Pros of IPC through Mach Ports.

·      Cons of IPC through Mach Ports.

·      Discussion on real world scenarios and applications.

 

Chapter 4 : IPC Through Sockets

Chapter Goal : In this chapter, we’ll learn IPC using Sockets.

·      Introduction to Sockets

·      Using Socket and Socket Streams.

·      Creating a server application to pass data to a client application.

·      Implementing a client to consume data passed by a server application.

·      Pros of IPC through Socket.

·      Cons of IPC through Socket.

·      Discussion on real world scenarios and applications.

 

Chapter 5 : IPC Through Apple Events

Chapter Goal : In this chapter, we’ll learn IPC using Apple Events.

·      Introduction to Apple Events.

·      Introduction to Apple Scripts.

·      Apple Script Lexical convention.

·      Apple Script Fundamentals.

·      Script objects and Handlers.

·      Apple Script references.

·      Working with libraries and errors.

·      Creating a server application to pass data to a client application.

·      Implementing a client to consume data passed by a server application.

·      Pros of IPC through Apple Events.

·      Cons of IPC through Apple Events.

·      Discussion on real world scenarios and applications.

 

Chapter 6 : IPC Through Distributed Notifications

Chapter Goal : In this chapter, we’ll learn IPC using Distributed Notifications.

·      Introduction to Notifications.

·      Key value observing.

·      Notification center.

·      Notification Queue.

·      Distributed Notifications.

·      Creating a server application to pass data to a client application.

·      Implementing a client to consume data passed by a server application.

·      Pros of IPC through Distributed Notifications.

·      Cons of IPC through Distributed Notifications.

·      Discussion on real world scenarios and applications.

 

Chapter 7 : IPC Through Pasteboards

Chapter Goal : In this chapter, we’ll learn IPC using Pasteboards.

·      Introduction to Pasteboards.

·      Creating a Pasteboard item.

·      Reading and writing to a pasteboard.

·      Pasteboard data provider—content options and ownership.

·      Creating a server application to pass data to a client application.

·      Implementing a client to consume data passed by a server application.

·      Pros of IPC through Pasteboards.

·      Cons of IPC through Pasteboards.

·      Discussion on real world scenarios and applications.

 

Chapter 8 : IPC Through Distributed Objects

Chapter Goal : In this chapter, we’ll learn IPC using Distributed Objects.

·      Introduction to Distributed Objects.

·      Distributed Objects architecture.

·      Connections and proxies.

·      Ports and name servers.

·      Message encapsulation.

·      Vending an Object.

·      Getting a vended object.

·      Configure a connection.

·      Authenticating connections.

·      Error handling.

·      Substitution during message encoding.

·      NSInvocation

·      Creating a server application to pass data to a client application.

·      Implementing a client to consume data passed by a server application.

·      Pros of IPC through Distributed Objects.

·      Cons of IPC through Distributed Objects.

·      Discussion on real world scenarios and applications.

 

 

Chapter 9 : IPC Between a Native App and Web App

Chapter Goal : In this chapter, we’ll learn about techniques for implementing IPC between a native app and a web app.

·      Introduction to WebKit.

·      Understanding Deep linking  with URL schemes and Universal links.

·      Embedding webview in a native app.

·      Capturing url redirects from webview in a native app.

·      Call Java Script methods on a website from a native app.

·      Call native functions in an app from a web page.

·      Implement SSL pinning for enhanced security.

·      Creating a server application to pass data to a client application.

·      Implementing a client to consume data passed by a server application.

·      Pros of IPC through Distributed Objects.

·      Cons of IPC through Distributed Objects.

·      Discussion on real world scenarios and applications.

 

Chapter 10 : Advanced Helper Tools

Chapter Goal : In this chapter, we’ll learn about techniques for implementing IPC using Helper tools.

·      Introduction to macOS Daemons and Services.

·      Daemon architecture and lifecycle.

·      Service management.

·      Creating XPC services.

·      Creating launch daemons and agents.

·      Introduction to privileges.

·      Security vulnerabilities with enhanced privileges.

·      Validating input for IPC.

·      Elivating privilages safely.

·      Designing secure helpers

·      Creating an application to pass data to a Helper application.

·      Implementing Helper to consume data passed by an application.

·      Pros of Helper tools.

·      Cons of Helper tools.

·      Discussion on real world scenarios and applications.

Hem Dutt started his software engineering career in 2010 as a macOS (OS X) application developer and thereafter designed and developed numerous native macOS and iOS applications for various clients across the globe while working in multiple MNCs. With more than a continuous decade of experience working in macOS, Hem Dutt has developed applications in multiple domains; including healthcare, insurance, VPN clients, publishing, and IOT. His passion for designing and developing secure, reliable, and modular software is evident from his blogs, client awards/recommendations, and open source projects.

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.

You will:

  • 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



Udostępnij

Facebook - konto krainaksiazek.pl



Opinie o Krainaksiazek.pl na Opineo.pl

Partner Mybenefit

Krainaksiazek.pl w programie rzetelna firma Krainaksiaze.pl - płatności przez paypal

Czytaj nas na:

Facebook - krainaksiazek.pl
  • książki na zamówienie
  • granty
  • książka na prezent
  • kontakt
  • pomoc
  • opinie
  • regulamin
  • polityka prywatności

Zobacz:

  • Księgarnia czeska

  • Wydawnictwo Książkowe Klimaty

1997-2025 DolnySlask.com Agencja Internetowa

© 1997-2022 krainaksiazek.pl
     
KONTAKT | REGULAMIN | POLITYKA PRYWATNOŚCI | USTAWIENIA PRYWATNOŚCI
Zobacz: Księgarnia Czeska | Wydawnictwo Książkowe Klimaty | Mapa strony | Lista autorów
KrainaKsiazek.PL - Księgarnia Internetowa
Polityka prywatnosci - link
Krainaksiazek.pl - płatnośc Przelewy24
Przechowalnia Przechowalnia