linuxdcpp-team team mailing list archive
-
linuxdcpp-team team
-
Mailing list archive
-
Message #00514
Re: [Question #103721]: Linux dc++ daemon with detached concurrent console
Question #103721 on LinuxDC++ changed:
https://answers.launchpad.net/linuxdcpp/+question/103721
Meldo posted a new comment:
Well, have you had experience with libevent? I had to accept my experience is in mostly win32 development and libevent like all rpc systems i've seen involves codegen step (it can be either python like in event lib or .NET, it does not matter).
So good rpc library should solve all 3 things we need to implement:
1. State sharing
2. Event pushing
3. Remote callback invocation.
I do not see any other things we need, since RPC library will handle all view<->controller communication for us security consideration left aside, BUT it do not care much at the this point at least.
--
You received this question notification because you are a member of
LinuxDC++ Team, which is an answer contact for LinuxDC++.