1# ChildProcess 2 3## Overview 4 5The module provides APIs to manage child processes. You can call the APIs to create a native child process and establish an IPC channel between the parent and child processes to implement multi-process application development. 6 7The created child process does not support the UI or the calling of context-related APIs. A maximum of 512 child processes can be started through this module and [childProcessManager](js-apis-app-ability-childProcessManager.md) (in non-SELF_FORK mode). 8 9**System capability**: SystemCapability.Ability.AbilityRuntime.Core 10 11**Since**: 12 12 13## Files 14 15| Name| Description| 16| -- | -- | 17| [native_child_process.h](capi-native-child-process-h.md) | Declares the APIs used to create a native child process and establish an IPC channel between the main process and child process.<br>File to include: <AbilityKit/native_child_process.h><br>Library: libchild_process.so| 18