Hi Alexandar, Thanks for your help! I give up Foreign.Erlang and try usual tcp server in Haskell instead.
---------- Forwarded message ---------- From: Junior White <[email protected]> Date: Fri, Jan 4, 2013 at 3:18 PM Subject: Re: [Haskell-cafe] Foreign.Erlang help To: Alexander Alexeev <[email protected]> Hi Alexandar, Thanks for your help! I'll give up Foreign.Erlang and try usual tcp server in Haskell instead. On Tue, Dec 25, 2012 at 4:08 PM, Alexander Alexeev <[email protected]> wrote: > 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 > [email protected]http://www.haskell.org/mailman/listinfo/haskell-cafe > > > > -- > Best regards, > Alexander Alexeevhttp://eax.me/ > >
_______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
