handy_httpd.components.legacy_worker_pool

This module defines the worker pool implementation for Handy-Httpd, which is responsible for managing the server's worker threads.

Members

Classes

LegacyWorkerPool
class LegacyWorkerPool

A managed pool of worker threads for handling requests to a server. Uses a separate manager thread to periodically check and adjust the pool.

PoolManager
class PoolManager

A thread that's dedicated to checking a worker pool at regular intervals, and correcting any issues it finds.

ServerWorkerThread
class ServerWorkerThread

The server worker thread is a thread that processes incoming requests from an HttpServer.