问题描述
我最近偶然发现了这个2002年的会议,(获得Erlang与乔·阿姆斯特朗之间的外界谈话),我想知道这是否被忽略了,或者是否被收养了?
I recently stumbled upon this 2002 conference paper (Getting Erlang to talk to the outside world by Joe Armstrong) and I was wondering whether this is a standard that was ignored or if there was any adoption?
我应该专注于Apache Thrift进行平台间通信? (任何我选择的解决方案至少涉及到Erlang)
Should I focus on Apache Thrift for inter-platform communication? (whatever solution I choose will involve at least Erlang)
推荐答案
您可能会发现以下信息有帮助关于UBF(即UBF用户指南)。
You might find the following information helpful about UBF (i.e. UBF User's Guide).
这可能有助于回答您的一些问题关于UBF。还有使用UBF框架(https://github.com/ubf/ubf-thrift)的Thrift的Erlang服务器和客户端实现。
This might help answer some of your questions about UBF. There is also an Erlang server and client implementation of Thrift using the UBF framework (https://github.com/ubf/ubf-thrift).
Joe N.
ps我们一直在生产环境中使用UBF,EBF和JSF大约5年。 UBF合同检查器对于开发,调试和部署系统非常有帮助。
p.s. We have been using UBF, EBF, and JSF in a production environment for approximately ~5 years. The UBF contract checker is very helpful for developing, debugging, and deploying a system.
这篇关于Erlang通用二进制格式?任何人使用它?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!