Happy Easter!
I am writing an distributed file system in C++. And, for control it fully, I wrote my own RPC. The last pending question for this RPC framework is reflection, as C++ doesn't provide it.
I know KFS is a DFS written in c++, but I don't know its implementation, so I turn to you kind and knowledgeable people.
I guess it may have some way to handle its RPC, isn't it? Does it use reflection somehow? If it's not using reflection, is there any other c++ based distributed applications using it. And how they use it?
Please feel free to advice, I like ideas.
Cheers, Elton