Actor Model and its Significance
#concurrent programming #Design Pattern #Interprocess CommunicationBrief 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…
Concurrent Programming and Shared Memory Pitfalls
#concurrent programming #Memory Management #PitfallsObjectives Process Process Scheduling Interprocess Communication Synchronization Mechanisms What is a Process? Typically a process is: -> A program in execution is considered a process.…