Component v0.2.2 API Reference

Modules

Implement a service factory, which you can use to create any number of workers

This module allows you to create one or more named dynamic supervisors. Each of these will manage a set of workers

Implement a singleton (global) named service

Implement a hungry-consumer style worker

Implement a named pool of services. The current implementation delegates the heavy lifting to poolboy

This is the runtime support for pooled workers