About
Articles for wpool:
2016-02-06
programming
erlang
/
wpool
Using wpool and pg2 to build broadcastable worker pools
wpool is my preferred erlang worker pool library. But there is no easy way to broadcast a message to all spawned workers. Or is there? In this article we will have a look at wpool, how to easily replace a single gen_server with a process pool and finally how to …