- Learning Concurrency in Kotlin
- Miguel Angel Castiblanco Torres
- 120字
- 2021-08-05 10:46:40
Processes
A process is an instance of an application that is being executed. Each time an application is started, a process is started for it. A process has a state; things such as handles to open resources, a process ID, data, network connections, and so on, are part of the state of a process and can be accessed by the threads inside that process.
An application can be composed of many processes, a common practice for example for internet browsers. But implementing a multi-process application brings challenges that are out of the scope of this book. For this book, we will cover the implementation of applications that run in more than one thread, but still in a single process.
推薦閱讀
- Boost.Asio C++ Network Programming(Second Edition)
- 嵌入式軟件系統測試:基于形式化方法的自動化測試解決方案
- C程序設計簡明教程(第二版)
- Visual FoxPro 程序設計
- Vue.js 3.x從入門到精通(視頻教學版)
- Python神經網絡項目實戰
- Linux命令行與shell腳本編程大全(第4版)
- Learning Three.js:The JavaScript 3D Library for WebGL
- R Data Analysis Cookbook(Second Edition)
- Rust游戲開發實戰
- Python數據可視化之美:專業圖表繪制指南(全彩)
- 會當凌絕頂:Java開發修行實錄
- Drupal 8 Development Cookbook(Second Edition)
- Java設計模式深入研究
- Building Apple Watch Projects