Skip to content

Add alternative worker mode for workers that accept TCP connections #17

Open
@jjavery

Description

Currently, workers import modules and call functions of the imported modules.
Look into adding a worker mode similar to Node's cluster module. The worker pool would listen on a TCP port and accept new connections and distribute them to the workers

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions