問題タブ [erlang-ports]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
1 に答える
86 参照

erlang - How can I use send receive for multiple values in Erlang?

I have the following loops:

How can i implement these codes in erlang?

I understood the simple ping and pong, but I want to create this code in parallel, so as to balance out the load. I am somewhat confused on the loop implementation part.

0 投票する
1 に答える
116 参照

python - Pythonクライアントを使用したErlangエコーサーバーがエコーしない、Pythonクライアントが応答を正しく受信しない

だから私は、Pythonクライアントからエコーバックするerlangサーバーを起動しようとしています。接続が確立されていることがわかりますが、エコーは実際には発生しません。誰でも正しい解決策を教えてもらえますか?

クライアントドライバーとしてpython3を使用しています。

これが私の erlang サーバーです。echo:accept(6000) で開始します。

ここに私のpythonクライアントがあります:

問題は、送信後にハングするだけで、応答を待っていることだと思います。文字列を正しい方法で受信していない可能性があります。