|
|
|
|
|
by jblow
3269 days ago
|
|
I don't understand what you are saying here. Why is it "significantly more brittle"? It is a well-specified interface. It is less brittle than talking over a socket because the kinds of points of failure involved with sockets don't exist in this case. > And it can't be spec'd with a schema that isn't just "read the headers." What does that even mean? It's a protocol just like any protocol, except you get the added benefit that for many languages it can be typechecked. Why are you claiming it can't be specified or that someone has to "read the headers"? What headers? |
|