为什么Erlang没有中间件?
我之前问过一个关于用 Erlang 或 Java 编写的 ESB 的问题,Erlang 中似乎没有任何东西,只有 Java 中的产品。
我想我很难理解为什么像 Erlang 这样的语言没有这样的中间件产品,特别是因为它应该非常适合这项工作。
更新:事实上,Erlang 有“一些”中间件产品:
@aChristian 建议 RabbitMq
另外,Erlang 确实有中间件,事实上它是 Erlang 发行版的标准部分。它称为 OTP。
I asked a question earlier about ESBs written in Erlang or Java, and there didn't seem to be anything in Erlang, and only products in Java.
What would be the best language in which to write an ESB?
I guess I find it difficult to understand why a language like Erlang has no such middleware products, especially seeing as it should be ideally suited to the job.
Update: There are in fact "some" middleware products for Erlang:
@aChristian suggested RabbitMq
Also, Erlang does have middleware, in fact it is a standard part of the Erlang distribution. It is called OTP.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
ESB 由大公司使用(E 是 ESB 中的 Enterprise)。大公司往往更喜欢nr1技术/供应商/咨询公司以降低风险。另请参阅“没有人因为选择 IBM 而被解雇”
ESBs are used by large companies (E is Enterprise in ESB). Large companies tend to prefer the nr1 technology/vendor/consultancy company to reduce risk. See also "No one ever got fired for choosing IBM"
可能是因为越来越多的人使用 Java,尤其是那些编写中间件产品的人。正如“对于每个 Erlang 程序员来说,就有 300 个 Java 程序员”。
Probably because a lot more people use Java, especially those people who write middleware products. As in "For every Erlang programmer, there are 300 Java programmers".