aboutsummaryrefslogtreecommitdiff
path: root/_bibliography
diff options
context:
space:
mode:
authorMuzammil <muzammil.abdul.rehman@gmail.com>2016-11-21 11:06:27 -0500
committerMuzammil <muzammil.abdul.rehman@gmail.com>2016-11-21 11:06:27 -0500
commit4d364efe97868d268ed190e003d764571c537252 (patch)
tree1f8997283c415c32679c19553f58221efcf54e7c /_bibliography
parent92c6d66ba7e4c8c837004932974264411130b979 (diff)
RPC: Commit 1
Diffstat (limited to '_bibliography')
-rw-r--r--_bibliography/rpc.bib122
1 files changed, 105 insertions, 17 deletions
diff --git a/_bibliography/rpc.bib b/_bibliography/rpc.bib
index 416b697..b0e8932 100644
--- a/_bibliography/rpc.bib
+++ b/_bibliography/rpc.bib
@@ -7,20 +7,108 @@
year = {2010},
}
-@inproceedings{Elsman2005,
- author = {Martin Elsman},
- title = {Type-specialized serialization with sharing},
- booktitle = {Trends in Functional Programming},
- year = {2005},
- pages = {47-62},
-}
-
-@article{Kennedy2004,
- author = {Andrew Kennedy},
- title = {Pickler combinators},
- journal = {J. Funct. Program.},
- volume = {14},
- number = {6},
- year = {2004},
- pages = {727-739},
-} \ No newline at end of file
+@article{implementingrpc,
+ title={Implementing remote procedure calls},
+ author={Birrell, Andrew D and Nelson, Bruce Jay},
+ journal={ACM Transactions on Computer Systems (TOCS)},
+ volume={2},
+ number={1},
+ pages={39--59},
+ year={1984},
+ publisher={ACM}
+}
+
+@article{rmipaper,
+ title={A Distributed Object Model for the Java\^{} T\^{} M System},
+ author={Wollrath, Ann and Riggs, Roger and Waldo, Jim},
+ year={1996}
+}
+
+@book{rmibook,
+ title={Java. rmi: The Remote Method Invocation Guide},
+ author={Pitt, Esmond and McNiff, Kathy},
+ year={2001},
+ publisher={Addison-Wesley Longman Publishing Co., Inc.}
+}
+
+@book{critiqueofrpc,
+ title={A critique of the remote procedure call paradigm},
+ author={Tanenbaum, Andrew Stuart and van Renesse, Robbert},
+ year={1987}
+}
+
+@inproceedings{rpcoverrdma,
+ title={FaSST: Fast, Scalable and Simple Distributed Transactions with Two-Sided (RDMA) Datagram RPCs},
+ author={Kalia, Anuj and Kaminsky, Michael and Andersen, David G},
+ booktitle={12th USENIX Symposium on Operating Systems Design and Implementation (OSDI 16)},
+ pages={185--201},
+ organization={USENIX Association}
+}
+
+@inproceedings{sunnfs,
+ title={Design and implementation of the Sun network filesystem},
+ author={Sandberg, Russel and Goldberg, David and Kleiman, Steve and Walsh, Dan and Lyon, Bob},
+ booktitle={Proceedings of the Summer USENIX conference},
+ pages={119--130},
+ year={1985}
+}
+
+@misc{thrift,
+ title={Apache Thrift},
+ author={Prunicki, Andrew},
+ year={2009}
+}
+
+@book{corba,
+ title={CORBA 3 fundamentals and programming},
+ author={Siegel, Jon and Ph. D.},
+ volume={2},
+ year={2000},
+ publisher={John Wiley \& Sons New York, NY, USA:}
+}
+
+@misc{grpc,
+ title = {gRPC},
+ author={Google},
+ url = {http://www.grpc.io/},
+ note = {Accessed: 2016-11-11},
+}
+
+@misc{soaparticle1,
+ title = {Exclusive .NET Developer's Journal "Indigo" Interview with Microsoft's Don Box},
+ author={Derek Ferguson},
+ url = {http://dotnet.sys-con.com/node/45908},
+ note = {Accessed: 2016-11-11},
+}
+
+@misc{corbasite,
+ title = {CORBA-OMG},
+ author={CORBA},
+ url = {http://www.corba.org/},
+ note = {Accessed: 2016-11-11},
+}
+
+
+@inproceedings{finagle,
+ title={Your server as a function},
+ author={Eriksen, Marius},
+ booktitle={Proceedings of the Seventh Workshop on Programming Languages and Operating Systems},
+ pages={5},
+ year={2013},
+ organization={ACM}
+}
+
+@inproceedings{anycastrpc,
+ title={Anycast-RPC for Wireless Sensor Networks},
+ author={Bergstrom, Eric and Pandey, Raju},
+ booktitle={2007 IEEE International Conference on Mobile Adhoc and Sensor Systems},
+ pages={1--8},
+ year={2007},
+ organization={IEEE}
+}
+
+@article{rpcrfc,
+ title={RFC 1831 - RPC: Remote procedure call protocol specification version 2},
+ author={Srinivasan, Raj},
+ year={1995}
+}