|
|
|
|
|
by cmelbye
5532 days ago
|
|
This is only slightly on-topic, but regarding the service-oriented architecture that he mentions at the beginning of the article, how would one implement this internal? Specifically, how would you communicate with your internal services? Just an HTTP API? Is that fast enough? Another thing I'm wondering is what's the best way to handle internal authentication between your frontend and some backend service for example? Sorry if this is too specific for this discussion, but I've just always wondered this and I figure that HN knows. |
|
Among other neat tricks, it allows us to handle synchronous RPC calls and asynchronous message passing in a unified way. It also maps transparently to any ZeroMQ topology.
Combine this with the recent release of gevent support for zeromq [4] and you get a fun, fun playground :)
[1] http://www.dotcloud.com
[2] http://www.zeromq.org
[3] http://msgpack.org
[4] https://github.com/zllak/gevent-zeromq