PHP Erlang Bridge # ei_connect 错误

发布于 2024-09-24 14:33:36 字数 716 浏览 1 评论 0原文

我安装了 mypeb php apache erlang 等。

mypeb 在这里:http://code.google.com/p/mypeb/

我需要连接Erlang节点并调用它。

那么我的php代码是:

$link = peb_connect('[email protected]',  'abc');
if (!$link) {
    die('Could not connect: ' . peb_error());
}

[email protected] 是我的 Erlang 节点,

我注意到以下连接错误: ei_connect error

help 所以,谢谢。

I installed the mypeb php apache erlang and more.

mypeb is here : http://code.google.com/p/mypeb/

I need to connect Erlang node and call it.

then my php code is :

$link = peb_connect('[email protected]',  'abc');
if (!$link) {
    die('Could not connect: ' . peb_error());
}

[email protected] is my Erlang node,

I noticed the following connection error: ei_connect error

help so ,thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

治碍 2024-10-01 14:33:36

我建议使用 ProtocolBuffers 或 ASN.1 在 PHP 和 Erlang 之间进行通信,而不是使用此桥。

I'd recommend using ProtocolBuffers or ASN.1 to communicate between PHP and Erlang instead of this bridge.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文