POV-Ray : Newsgroups : povray.off-topic : More Haskell fanning : Re: More Haskell fanning Server Time
30 Jul 2024 04:11:06 EDT (-0400)
  Re: More Haskell fanning  
From: Darren New
Date: 17 May 2011 11:19:46
Message: <4dd29212$1@news.povray.org>
More erlang fanning:

The protocol between the deamons:

http://www.erlang.org/doc/apps/erts/erl_dist_protocol.html

The protocol between the individual actors:

http://www.erlang.org/doc/apps/erts/erl_ext_dist.html

You want to look at 8.21 and 8.22.  It seems the code doesn't ship, since 
logically the function can't really be constructed at runtime. Instead, it's 
a reference into the BEAM file (where a BEAM is like a java jar).

Because of course "external term format" is exactly what anyone would google 
for to find that.  I'm also rather amused that altho Erlang has wonderfully 
powerful expressions for parsing byte streams, they used ASCII art with 
ambiguous textual descriptions to describe the format of the stuff on the 
wire instead of giving you the Erlang expression that would parse it 
unambiguously.

-- 
Darren New, San Diego CA, USA (PST)
   "Coding without comments is like
    driving without turn signals."


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.