poolboy
poolboy copied to clipboard
A hunky Erlang worker pool factory
I added a way to monitor approximate pool utilization. TL;DR: When stats collection is enabled, pool manager will collect stats regarding workers utilization. It will report utilization in percentage. Stats...
# Remote Workers I needed to create a pool of processes similar to the `rpc` module implementation in Erlang/OTP. - `rpc` (or `rex`) is a single process, I needed a...
please Publishing a new package to hex.pm for fifo performance relevant git ref: ccc091c6d7d7328ddf37e830fb9da5517a026135 Convert worker list to queue for consistent lifo|fifo performance
I met a lot of the following error logs when I execute `init:stop()` ``` 14:46:29.924 [error] Undefined:Undefined gen_server terminated with reason: killed 14:46:29.924 [error] Undefined:Undefined CRASH REPORT Process with 0...
Hi! Why in config no settings for debug process crashing? Errors searching without console output very hard! In this block of code https://github.com/devinus/poolboy/blob/master/src/poolboy.erl#L250 crashes handled, but not write in console...
Hello, While looking at this project for an open source class looking at a software's inclusiveness, something that was found that could be beneficial would be creating some guidelines on...
There are no indications as to which issues are for "beginners" or a "good first issue" for those that are just starting to get involved in the project. Adding these...
Hello, After taking a look at poolboy's README, I think this project could benefit from a more detailed introduction and mission statement on what the software accomplishes. This would greatly...
Is it possible to use any other process registry than local for worker processes and if so, how would you go about it? I would like to have run the...