Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

poolifier

Package Overview
Dependencies
Maintainers
1
Versions
192
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

poolifier - npm Package Versions

1
20

2.6.28

Diff

Changelog

Source

[2.6.28] - 2023-08-16

Fixed

  • Ensure pool workers are properly initialized.

Added

  • HTTP server pool examples: express-cluster, express-hybrid.

Changed

  • Remove now useless branching in worker hot code path.
pioardi
published 2.6.27 •

Changelog

Source

[2.6.27] - 2023-08-15

Fixed

  • Add KillHandler type definition to exported types.

Added

  • Add destroy event to pool API.
pioardi
published 2.6.26 •

Changelog

Source

[2.6.26] - 2023-08-15

Added

  • Add kill handler to worker options allowing to execute custom code when worker is killed.
  • Add listTaskFunctions() method to pool API.
  • SMTP client pool example: nodemailer.
pioardi
published 2.6.25 •

Changelog

Source

[2.6.25] - 2023-08-13

Added

  • HTTP server pool examples: fastify-cluster, fastify-hybrid.
  • WebSocket server pool examples: ws-cluster, ws-hybrid.
pioardi
published 2.6.24 •

Changelog

Source

[2.6.24] - 2023-08-12

Added

  • Add array of transferable objects to the execute() method arguments.
  • WebSocket server pool examples: ws-worker_threads.
pioardi
published 2.6.23 •

Changelog

Source

[2.6.23] - 2023-08-11

Fixed

  • Fix pool busyness semantic when tasks queueing is enabled: the pool is busy when the number of executing tasks on each worker has reached the maximum tasks concurrency per worker.

Added

  • HTTP client pool examples: fetch, node-fetch and axios with multiple task functions.
  • HTTP server pool examples: express-worker_threads, fastify-worker_threads.
pioardi
published 2.6.22 •

Changelog

Source

[2.6.22] - 2023-08-10

Fixed

  • Add missing types field to package.json exports.

Changed

  • Structure markdown documentation (PR #811).
pioardi
published 2.6.21 •

Changelog

Source

[2.6.21] - 2023-08-03

Changed

  • Improve code documentation.
  • Code refactoring and cleanup for better maintainability and readability.
pioardi
published 2.6.20 •

Changelog

Source

[2.6.20] - 2023-07-21

Fixed

  • Fix queued tasks redistribution on error task execution starvation.
  • Ensure tasks queueing per worker condition is untangled from the pool busyness semantic.

Changed

  • Drastically reduce lookups by worker in the worker nodes.
pioardi
published 2.6.19 •

Changelog

Source

[2.6.19] - 2023-07-20

Added

  • Dedicated internal communication channel for worker_threads pools.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc