You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[Introduction to Zookeeper](http://www.slideshare.net/sauravhaloi/introduction-to-apache-zookeeper)
755
755
*[Here's what you need to know about building microservices](https://cloudncode.wordpress.com/2016/07/22/msa-getting-started/)
@@ -1406,7 +1406,7 @@ Use UDP over TCP when:
1406
1406
<palign="center">
1407
1407
<imgsrc="http://i.imgur.com/iF4Mkb5.png">
1408
1408
<br/>
1409
-
<i><a href=http://www.puncsky.com/blog/2016/02/14/crack-the-system-design-interview/>Source: Crack the system design interview</a></i>
1409
+
<i><a href=http://www.puncsky.com/blog/2016-02-13-crack-the-system-design-interview>Source: Crack the system design interview</a></i>
1410
1410
</p>
1411
1411
1412
1412
In an RPC, a client causes a procedure to execute on a different address space, usually a remote server. The procedure is coded as if it were a local procedure call, abstracting away the details of how to communicate with the server from the client program. Remote calls are usually slower and less reliable than local calls so it is helpful to distinguish RPC calls from local calls. Popular RPC frameworks include [Protobuf](https://developers.google.com/protocol-buffers/), [Thrift](https://thrift.apache.org/), and [Avro](https://avro.apache.org/docs/current/).
@@ -1502,7 +1502,7 @@ REST is focused on exposing data. It minimizes the coupling between client/serv
1502
1502
*[REST vs JSON-RPC](http://stackoverflow.com/questions/15056878/rest-vs-json-rpc)
1503
1503
*[Debunking the myths of RPC and REST](http://etherealbits.com/2012/12/debunking-the-myths-of-rpc-rest/)
1504
1504
*[What are the drawbacks of using REST](https://www.quora.com/What-are-the-drawbacks-of-using-RESTful-APIs)
1505
-
*[Crack the system design interview](http://www.puncsky.com/blog/2016/02/14/crack-the-system-design-interview/)
1505
+
*[Crack the system design interview](http://www.puncsky.com/blog/2016-02-13-crack-the-system-design-interview)
0 commit comments