Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RPC level 1 implementation #9

Open
wants to merge 44 commits into
base: master
Choose a base branch
from
Open

Conversation

nemoNoboru
Copy link

Hello there!
I am a google summer of code 2016 student and my project was to implement an level 1 CapnProto RPC.

I used as a base your binding and then just extended it.
You did a splendid job. It was pretty easy to work with your code.

I did the RPC with simplicity in mind. I wanted to make it as easier as possible. But without losing too much power. The blocking parts of the system always run without GIL so another ruby threads can run while the RPC waits.

Is fully usable and the only known bug at the moment is that the server don't shutdown when pressing control-c. It only closes when you press control-c and then a request is made to the server.

TODO: 
release and adquire GIL
better integration (?)
more testing
write documentation
capabilityServer don't stops when interrupted. it need to respond to an rpcRequest in order to close. this will be fixed somehow
deleted c++ servers. from now on, all the test are runned from ruby clients to ruby servers.
coding a interesting , usefull and simple  sample. WIP
detected a bug on the native extension binding. WIP
@nemoNoboru
Copy link
Author

hello again, if you don't mind i will publish my work as a gem called "capn_proto-rpc" so the community can use it.

If you like my work and merge my changes i will delete my gem and tell the community to use the main capn_proto gem instead. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant