<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">
 <div><br></div><div><div>Agreed: in fact I used that example as one of the resources for building my own (modest) web app server.</div><div><br></div><div>I had built it as part of teaching myself Erlang; I also wanted it to be a good resource</div><div>for beginners like myself, so I tried to make the code especially clear.</div><div><br></div><div>Maybe it will be of some use to you,  Jarrod:</div><div><br></div><div><a href="http://code.google.com/p/pranayama/">http://code.google.com/p/pranayama/</a></div><div><br></div><div>Besides that, the Armstrong chapter is especially good.</div><div><br></div><div>Regards,</div><div>Sean</div></div><br><div><div>On 4-Dec-08, at 3:05 PM, Alex wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">check out <a href="http://www.trapexit.org/Building_a_Non-blocking_TCP_server_using_OTP_principles">http://www.trapexit.org/Building_a_Non-blocking_TCP_server_using_OTP_principles</a><br><br>its a very good intro on how to setup a tcp server inside of a OTP supervisor tree.<br> <br><div class="gmail_quote">2008/12/4 Jarrod Roberson <span dir="ltr"><<a href="mailto:jarrod@vertigrated.com">jarrod@vertigrated.com</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> How can I put a TCP interface on top of gen_server code that I have written.<br>I am just finally getting my head around OTP, but I need to have a TCP interface on my server.<br>I have searched Google and haven't really found anything useful.<br> Thanks in advance.<br> <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><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">_______________________________________________</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">erlang-questions mailing list</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><a href="http://www.erlang.org/mailman/listinfo/erlang-questions">http://www.erlang.org/mailman/listinfo/erlang-questions</a></div> </blockquote></div><br></body></html>