priestjim / gen_rpc

A scalable RPC library for Erlang-VM based languages
Apache License 2.0
221 stars 81 forks source link

Block_call (Clean up version of PR pull/26.) #41

Closed linearregression closed 8 years ago

linearregression commented 8 years ago

Clean up, squashed version of https://github.com/priestjim/gen_rpc/pull/26 Trial implementation of block_call. Implementation:

Basically the same as Call except for blocking the calling process, and prevent RPC server from handling other requests until current one exits.

Ref: http://www.erlang.org/doc/man/rpc.html

linearregression commented 8 years ago

Latest check-in addressing comment. But I can't figure out how to make TraviscI check in the plt file post file generation, so future projects can just download the pt file instead of relying on travisci. Same logic applies to Erlang plt. I am less than thrilled of Travici Github deployment provider. https://docs.travis-ci.com/user/deployment/releases PS: