AdminDev Labs

GNU/Journey Continues


Listen Later

# Processes Continued
- Lacking Thread Safety
- Threads Share Resources
- Processes Share Access
- Concurrency and Parallelism on Multicore CPU
- The Cost of Processes
- Why use processes over threads?
  - Safety (again)
  - Isolation (processes under different users)
  - Better Memory Utilization with Low Memory Machines
  - Swapping is More Effective
  - Servicing (stopping, suspending, restarting other processes)
  - Distributed Computing

# Applications
- Apache
- Google Chrome

# Current Projects
- Desktop migration
- Game engine development
- Forum architecture

# Links
2D Game Engine Development on Linux
https://www.udemy.com/course/cpp-2d-game-engine/

 

...more
View all episodesView all episodes
Download on the App Store

AdminDev LabsBy Chris Kennedy