<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-2">
<META content="MSHTML 6.00.2713.1100" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Halo!</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>    Despite the fact I'm working for 
Panasonic Poland, I'm also a student of Warsaw University of Computer Science 
Dept. I'm now to write a program using functional language. I have chosen Erlang 
and decided to write an echo server. Yet, I would like to compile that to 
executable files either server and client. I'm using Linux Mandreak 8.1 and 
eLite 2.0 that contains a compiler. The problem is that the error occurs when 
I'm trying to do "Srv ! {self(), Msg}". I mean it compiles but doesn’t work! I 
have already got know that there is difference when I'm writing for eLite. For 
example I must do erlang:halt(). insted of halt(). What should I do? 
<BR>    Also, dose "Srv ! {self(), Msg}" messaging work as pipe 
in Linux? Can I communicate to another process from other terminal on the same 
machine?</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>    I'm waiting for any help! 
Thanx!!!!!</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>Best regards.<BR>Piotr 
Daruk<BR></FONT></DIV></BODY></HTML>