1.1K Star 6.2K Fork 5.1K

OpenHarmony / docs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
process-model-fa.md 728 Bytes
一键复制 编辑 原始数据 按行查看 历史

Process Model (FA Model)

The process model is shown below.

  • All PageAbility, ServiceAbility, DataAbility, and FormAbility components of an application (with the same bundle name) run in the same process, which is Main process in green in the figure.

  • WebView has an independent render process, which is Render process in yellow in the figure.

Figure 1 Process model

process-model-fa

The system provides the following inter-process communication (IPC) mechanism:

Common Events: This mechanism is used in one-to-many communication scenarios. Multiple subscribers may receive events at the same time.

其他
1
https://gitee.com/openharmony/docs.git
git@gitee.com:openharmony/docs.git
openharmony
docs
docs
master

搜索帮助