Latest developer stories
  • Home
  • Contact Us
  • Website
Sign in Subscribe

Interprocess Communication

A collection of 2 posts
Actor Model and its Significance
Actor Model

Actor Model and its Significance

Brief introduction to Actor Model, and the problems it solves? What is Actor Model The actor model is a model of concurrent computation that treats actors as the universal primitive of concurrent computation. In response to a message it receives, an actor can: make local decisions, create more actors, send
16 Dec 2021 9 min read
Concurrent Programming and Shared Memory Pitfalls
concurrent programming

Concurrent Programming and Shared Memory Pitfalls

Objectives * Process * Process Scheduling * Interprocess Communication * Synchronization Mechanisms What is a Process? Typically a process is: -> A program in execution is considered a process... -> But some programs run as multiple processes.. Process: A new Perspective We could view Process as a data structure. Example: Stack Defined
19 Nov 2021 9 min read
Page 1 of 1
Latest developer stories © 2025
Powered by Ghost