summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAge
* Add event manager and event notificationkballou2014-10-20
| | | | | | | | The PoolParty module was turned into an application that creates a generic genEvent server, passing it to the supervisor. The supervisor, in turn, distributes the genevent server to all child processes, etc. This allows all processes to send events to the manager for logging, etc.
* Add logging to pool partykballou2014-10-20
| | | | Add basic debug logging to the pool.
* Rename module: Poolparty -> PoolPartykballou2014-10-20
|
* PoolParty Scheduler, supervisor, and workerskballou2014-10-20
| | | | | Add PoolParty supervisor, scheduler, pool supervisor, and pool workers
* PoolParty: A work pool schedulerkballou2014-10-16