<p>Thanks all for replying.</p><p>Just think erlang's database and distribute feature are so great so it is the best way I can think to make a distribute crawler and web page analyzor(what I am doing), then found it doesn't have strong built in web library like urlencode/htmlentities for me to process url and html. And it builtin httpclient even ibrowse doesn't support bind IP when initial http request. <br>
</p><p>Never mind a function is complex or easy, what in my mind is erlang didn't have it so it  is incomplete. No one like to write the simple code again and again. And I'm not sure I could write it right one the first time i wrote it. Glad see it has another library to compensate the missing ones so everything is ok now.</p>
<p></p><p>Thanks. I will check these links.</p><br><div class="gmail_quote">On Thu, Feb 12, 2009 at 2:27 AM, Taavi Talvik <span dir="ltr"><<a href="mailto:taavi@uninet.ee">taavi@uninet.ee</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div><div class="Wj3C7c"><br>
On Feb 11, 2009, at 6:46 PM, Yang Zhang wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I saw eralng has its own webserver and distribute database. These<br>
looks quite good.<br>
But after I wrote some web programs, I found erlang even doesn't have<br>
a strong enough htmlentities or urlencode , urldecode function. What's<br>
the problem here?<br>
Isnot erlang a web language?<br>
</blockquote>
<br></div></div>
htmlentities, urlencode/decode are easy part. Supplied by<br>
any erlang web frameworks.<br>
<br>
It starts to be interesting there:<br>
<br>
Web chatroom in 57 lines:<br>
<a href="http://nitrogenproject.com/web/samples/comet2" target="_blank">http://nitrogenproject.com/web/samples/comet2</a><br>
<br>
Million connections:<br>
<a href="http://www.metabrew.com/article/a-million-user-comet-application-with-mochiweb-part-1/" target="_blank">http://www.metabrew.com/article/a-million-user-comet-application-with-mochiweb-part-1/</a><br>
<br>
putting data into cloud:<br>
<a href="http://couchdb.apache.org/" target="_blank">http://couchdb.apache.org/</a><br>
<a href="http://aws.amazon.com/simpledb/" target="_blank">http://aws.amazon.com/simpledb/</a><br>
<br>
wikipedia on on fraction of hardware:<br>
<a href="http://www.onscale.de/scalaris.html" target="_blank">http://www.onscale.de/scalaris.html</a><br>
<a href="http://www.onscale.de/Schuett_Google_Scalability.pdf" target="_blank">http://www.onscale.de/Schuett_Google_Scalability.pdf</a><br>
<br>
best regards,<br><font color="#888888">
taavi<br>
</font></blockquote></div><br>