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 supervisor as a potential bottleneck, is there any reason why the supervisor is not used?

https://github.com/basho/riak_kv/blob/master/src/riak_client.erl#L80

_______________________________________________
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Reply via email to