http: added scheduling option to http agent by delvedor · Pull Request #33278 · nodejs/node

@delvedor

In some cases, it is preferable to use a lifo scheduling strategy
for the free sockets instead of default one, which is fifo.
This commit introduces a scheduling option to add the ability
to choose which strategy best fits your needs.

@nodejs-github-bot added the http

Issues or PRs related to the http subsystem.

label

May 7, 2020

mcollina

mcollina

mcollina

jasnell

jasnell

@delvedor

Added scheduling http agent option.

@mcollina mcollina added the author ready

PRs that have at least one approval, no pending requests for changes, and a CI started.

label

May 17, 2020

mcollina

mcollina pushed a commit that referenced this pull request

May 20, 2020
In some cases, it is preferable to use a lifo scheduling strategy
for the free sockets instead of default one, which is fifo.
This commit introduces a scheduling option to add the ability
to choose which strategy best fits your needs.

PR-URL: #33278
Reviewed-By: Robert Nagy <ronagy@icloud.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>

codebytere pushed a commit that referenced this pull request

May 21, 2020
In some cases, it is preferable to use a lifo scheduling strategy
for the free sockets instead of default one, which is fifo.
This commit introduces a scheduling option to add the ability
to choose which strategy best fits your needs.

PR-URL: #33278
Reviewed-By: Robert Nagy <ronagy@icloud.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>

This was referenced

Jun 23, 2021

This was referenced

Jul 1, 2021

This was referenced

Jul 11, 2021

This was referenced

Jul 23, 2021

This was referenced

Jul 31, 2021

This was referenced

Aug 11, 2021

abhishekumar-tyagi pushed a commit to abhishekumar-tyagi/node that referenced this pull request

May 5, 2024
In some cases, it is preferable to use a lifo scheduling strategy
for the free sockets instead of default one, which is fifo.
This commit introduces a scheduling option to add the ability
to choose which strategy best fits your needs.

PR-URL: nodejs/node#33278
Reviewed-By: Robert Nagy <ronagy@icloud.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>

QwireyInc pushed a commit to QwireyInc/node that referenced this pull request

Apr 19, 2025
In some cases, it is preferable to use a lifo scheduling strategy
for the free sockets instead of default one, which is fifo.
This commit introduces a scheduling option to add the ability
to choose which strategy best fits your needs.

PR-URL: nodejs/node#33278
Reviewed-By: Robert Nagy <ronagy@icloud.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>