You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 worker processes in global for instance. I can't see how this would be done, based on the example. From the example the worker module starts using gen_server:start_link/3 instead of gen_server:start_link/4, which makes me wonder if poolboy is able to give the worker a global name?
Thanks in advance,
Mattias
The text was updated successfully, but these errors were encountered:
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 worker processes in global for instance. I can't see how this would be done, based on the example. From the example the worker module starts using gen_server:start_link/3 instead of gen_server:start_link/4, which makes me wonder if poolboy is able to give the worker a global name?
Thanks in advance,
Mattias
The text was updated successfully, but these errors were encountered: