Fwd: Foreign.Erlang help

Hi Alexandar,
Thanks for your help! I give up Foreign.Erlang and try usual tcp server
in Haskell instead.
---------- Forwarded message ----------
From: Junior White
First of all, you can write usual TCP server in Haskell and use it from Erlang. It would be handy to use some widely used protocol, like Memcached or Redis.
If in some reason you want to use Foreign.Erlang, make sure that you are using the same cookie and the same node name type (short or full) in Erlang node and Haskell application.
On 12/24/2012 08:46 PM, Junior White wrote:
Hi all, I have a game server programming in erlang, but now i want to write some game logic in haskell, how to write a haskell node for erlang?
ps:I have read the introduce of Foreign.Erlang,I use haskell send a message to a erlang echo server, but the server not receive anything.
_______________________________________________ Haskell-Cafe mailing listHaskell-Cafe@haskell.orghttp://www.haskell.org/mailman/listinfo/haskell-cafe
-- Best regards, Alexander Alexeevhttp://eax.me/
participants (1)
-
Junior White