I think you are taking a too big bite to start with, but it is good that your interest is driven by a concrete need and not just technology frenzy!<br><br><a href="http://heroku.com/">http://heroku.com/</a> uses Erlang for their routing mesh. <br>
<a href="http://www.infoq.com/news/2008/06/introducing-vertebra">http://www.infoq.com/news/2008/06/introducing-vertebra</a> is built with Erlang + Ruby.<br><br>As Bengt said: get a book and then go to one of the Erlang Factory conferences - or have a look at the presentations from the previous ones. That should give you some ideas on how to proceed.<br>
<br>Cheers,<br>Torben<br><br><div class="gmail_quote">On Tue, May 26, 2009 at 8:01 AM, Kid Erlang <span dir="ltr"><<a href="mailto:kiderlang@gmail.com">kiderlang@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="gmail_quote"><div class="im"><div>On Tue, May 19, 2009 at 2:26 AM, Bengt Kleberg <span dir="ltr"><<a href="mailto:bengt.kleberg@ericsson.com" target="_blank">bengt.kleberg@ericsson.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">


The return value of spawn/1 is the (Erlang) process identity. If you<br>
want data from a process you have to send it (using !) and receive it<br>
(using receive).<br>
</blockquote></div></div><div><br>okay I have rewrite my project to use receive with spawn, but I still do not get how to handle errors?  especially in the cloud?<br> </div><div class="im"><div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">



It would be a good idea to read one of the Erlang books or the online<br>
documentation.<br>
</blockquote></div></div></div><br>what book is best for me to read?  and I cannot find online documentation for how to use spawn + receive + messages to scale into the cloud?<br><br>that is my main worry: say I have something that uses spawn + receive + messages.  how do I make it scale into the cloud?  where can I find online documentation on this?  i want my erlang program to run on as many systems as I need it to for however many users.  how do I do that?<br>
<font color="#888888">
<font color="#888888">
<br>- Kid Erlang<br>
</font><br><br>
</font><br>_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://www.erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://www.erlang.org/mailman/listinfo/erlang-questions</a><br></blockquote></div><br>