| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent bdd3a2a commit 76968ab
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -873,12 +873,6 @@ child registers an event handler for the [`'disconnect'`][] event | |||
| 873 | 873 | or the [`'message'`][] event. This allows the child to exit | |
| 874 | 874 | normally without the process being held open by the open IPC channel._ | |
| 875 | 875 | ||
| 876 | - On Unix-like operating systems, the [`child_process.spawn()`][] method | ||
| 877 | - performs memory operations synchronously before decoupling the event loop | ||
| 878 | - from the child. Applications with a large memory footprint may find frequent | ||
| 879 | - [`child_process.spawn()`][] calls to be a bottleneck. For more information, | ||
| 880 | - see [V8 issue 7381](https://bugs.chromium.org/p/v8/issues/detail?id=7381). | ||
| 881 | - | ||
| 882 | 876 | See also: [`child_process.exec()`][] and [`child_process.fork()`][]. | |
| 883 | 877 | ||
| 884 | 878 | ## Synchronous process creation | |
| Back | FazBrowse Home | New Git URL |
0 commit comments