Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: note synchronous part of child_process.spawn #21234

Closed
wants to merge 4 commits into from

Commits on Jun 9, 2018

  1. doc: note synchronous part of child_process.spawn

    If an application has a large RSS (GB), jorangreef
    observed that child_process.spawn will block the
    event loop for ms-s.
    
    This is surprising behavior and merits documentation.
    
    Refs: nodejs#14917
    davisjam committed Jun 9, 2018
    Configuration menu
    Copy the full SHA
    d9fcde6 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2018

  1. Configuration menu
    Copy the full SHA
    3119e9b View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2018

  1. nit: UNIX-like OSes

    davisjam committed Jun 15, 2018
    Configuration menu
    Copy the full SHA
    217acc4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bbfd361 View commit details
    Browse the repository at this point in the history