- 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.
推薦閱讀
- 秒懂設(shè)計模式
- C++程序設(shè)計基礎(chǔ)教程
- C語言程序設(shè)計同步訓練與上機指導(第三版)
- Getting Started with Greenplum for Big Data Analytics
- Learning ArcGIS for Desktop
- Salesforce Reporting and Dashboards
- SQL 經(jīng)典實例
- Learning AWS
- ArcGIS for Desktop Cookbook
- 深入淺出Go語言編程
- 機器學習微積分一本通(Python版)
- Unity 2018 Augmented Reality Projects
- Oracle數(shù)據(jù)庫編程經(jīng)典300例
- 零基礎(chǔ)學C語言(第4版)
- Python預(yù)測分析與機器學習