<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'><br><br>Hi again <br><br>I know that it is a big "no no" to create variables dynamically in Erlang. However I am planning to use Mr Virdings "Luerl" <br>modules so Lua-engienes (on top of Erlang processes) can handle some of the more simple programming tasks. While the <br>Erlang processes handle the communication between them. <br><br>When the Lua-processes produce variables dynamically I thought it could just pass it via the Erlang layer . However as I have <br>understood it Erlang is just sending copies. Which makes me a bit worried about the memory. <br><br>Is there some way to erase The Lua-content from an Erlang process after it have been sent? <br><br>Best regards <br><br>Martin<br><br>                                       </div></body>
</html>