rpc_list is not thread-safe

Issue #362 resolved
dd1 created an issue

operations using rpc_list are not thread safe. also rpc_list should be replaced with an std::vector. K.O.