aboutsummaryrefslogtreecommitdiff
path: root/_bibliography
diff options
context:
space:
mode:
Diffstat (limited to '_bibliography')
-rw-r--r--_bibliography/rpc.bib26
1 files changed, 26 insertions, 0 deletions
diff --git a/_bibliography/rpc.bib b/_bibliography/rpc.bib
index db77c12..266c603 100644
--- a/_bibliography/rpc.bib
+++ b/_bibliography/rpc.bib
@@ -333,3 +333,29 @@
author={Schantz, Richard},
year={1975}
}
+
+@misc{grpcbetter,
+ title={GRPC Authentication},
+ author={Google},
+ url = {https://www.quora.com/Is-GRPC-better-than-Thrift},
+ publisher = {Quora}
+}
+
+@misc{multiplexingthrift,
+ title={Added service multiplexing support},
+ author={Yu, Lixin},
+ url = {https://github.com/eleme/thriftpy/pull/88/commits/0877531f9246ca993c1d9af5d29cd009ee6ec7d4},
+ publisher = {Github}
+}
+
+@techreport{rfc5531,
+ title={RFC 5531: RPC: Remote Procedure Call Protocol Specification Version 2},
+ author={Thurlow, R},
+ year={2009}
+}
+
+@techreport{rfc1831,
+ title={RFC 1831: RPC: Remote Procedure Call Protocol Specification Version 2},
+ author={Srinivasan, R},
+ year={1995}
+}