Re: Riak KV coordinators

2012-12-12 Thread David Fox
Alright, so when creating your own coordinators, it's probably best to use the supervisor until you see it as a bottleneck. Correct? On 12/12/2012 13:36, Russell Brown wrote: On 12 Dec 2012, at 19:20, David Fox wrote: Hey everyone, I'm currently using riak_kv as a reference of how to implem

Re: Riak KV coordinators

2012-12-12 Thread Russell Brown
On 12 Dec 2012, at 19:20, David Fox wrote: > Hey everyone, > > I'm currently using riak_kv as a reference of how to implement riak_core and > see that whenever a new coordinator process is needed, a new one is created > via their supervisor. But in the case of the get and put coordinators, th

Riak KV coordinators

2012-12-12 Thread David Fox
Hey everyone, I'm currently using riak_kv as a reference of how to implement riak_core and see that whenever a new coordinator process is needed, a new one is created via their supervisor. But in the case of the get and put coordinators, the supervisor is not used. Besides eliminating the su