HTTP – Why it works !

09Jul09

I was watching Tim Bray’s interview on InfoQ. One of  Tim’s point was – while the heavy-weights were creating protocols like CORBA and DCOM, what they were trying to do was already happening on a massive scale on the Web – millions of disparate computers talking to each other irrespective of all the other niggly parameters like OS and network speed etc.

I have been worked on ONC-RPC, DCE-RPC, Corba, DCOM, SOAP and other such “open” standards for program to program communication.

The interesting thing is that before Http I always preferred a plain vanilla Socket and now I just open an HTTP connection and send XML payloads and the interview clarified some things for me.

  • Simplicity is paramount not features
  • The protocol should not try to abstract things too much. e.g: Http does not try to make a network connection look like a local method call.


No Responses Yet to “HTTP – Why it works !”

  1. Leave a Comment

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s


Follow

Get every new post delivered to your Inbox.