Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d3b7805

Browse filesBrowse files
iskertargos
authored andcommitted
doc: remove reference to resolved child_process v8 issue
The linked v8 issue is closed. The NodeJS half of that issue has also been resolved. While there still may be issues related to child_process spawn performance, they are not related to this v8 issue. Refs: https://bugs.chromium.org/p/v8/issues/detail?id=7381 Refs: #48523 Refs: nodejs/performance#138 PR-URL: #51467 Reviewed-By: Keyhan Vakil <kvakil@sylph.kvakil.me> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 2bf3718 commit d3b7805
Copy full SHA for d3b7805

File tree

Expand file treeCollapse file tree

1 file changed

+0
-6
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-6
lines changed
Open diff view settings
Collapse file

‎doc/api/child_process.md‎

Copy file name to clipboardExpand all lines: doc/api/child_process.md
-6Lines changed: 0 additions & 6 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -873,12 +873,6 @@ child registers an event handler for the [`'disconnect'`][] event
873873
or the [`'message'`][] event. This allows the child to exit
874874
normally without the process being held open by the open IPC channel._
875875

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-
882876
See also: [`child_process.exec()`][] and [`child_process.fork()`][].
883877

884878
## Synchronous process creation

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.