aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/src/pool.erl
AgeCommit message (Collapse)Author
2018-06-18Update copyright yearHenrik Nord
2017-09-17Fix doc typos in pool moduleDimitris Zorbas
2016-03-15update copyright-yearHenrik Nord
2015-06-18Change license text to APLv2Bruce Yinhe
2013-05-06Fix unmatched_returns warnings in STDLIB and KernelHans Bolinder
2011-05-12Types and specifications have been modified and addedHans Bolinder
2010-09-06Change pool module to attempt to attach to nodes that are already runningKelly McLaughlin
The pool module prints out an error message and takes no further action for nodes that are already running. This patch changes that behavior so that if the return from slave:start/3 is {already_running, Node} then an attempt to attach to the node is still made. This makes sense because the node has been specified by the user in the .hosts.erlang file indicating a wish for the node to be part of the pool and a manual attach can be successfully made after the pool is started.
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP