<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>a little bit of zeank &#187; erlang</title>
	<atom:link href="http://blog.jwchat.org/category/erlang/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jwchat.org</link>
	<description>coding and stuff</description>
	<lastBuildDate>Wed, 30 Mar 2011 07:07:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
		<item>
		<title>ejabberd memory leak</title>
		<link>http://blog.jwchat.org/2009/01/14/ejabberd-memory-leak/</link>
		<comments>http://blog.jwchat.org/2009/01/14/ejabberd-memory-leak/#comments</comments>
		<pubDate>Wed, 14 Jan 2009 11:00:41 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Jabber]]></category>
		<category><![CDATA[ejabberd]]></category>
		<category><![CDATA[erlang]]></category>
		<category><![CDATA[sysadmin]]></category>

		<guid isPermaLink="false">http://blog.jwchat.org/?p=119</guid>
		<description><![CDATA[If your ejabberd seems to leak memory it might result out of this bug in erlang&#8217;s mnesia database. You can easily find out by starting a remote shell to your running ejabberd and whatch results for the following command: lists:foldl(fun(Tab, Acc) -> ets:info(Tab, memory) * 8 + Acc end, 0, ets:all()). The bug is fixed [...]]]></description>
			<content:encoded><![CDATA[<p>If your ejabberd seems to leak memory it might result out of <a href="http://erlang.org/pipermail/erlang-questions/2008-July/036559.html">this bug in erlang&#8217;s mnesia database</a>. You can easily find out by starting a remote shell to your running ejabberd and whatch results for the following command:</p>
<p><code>lists:foldl(fun(Tab, Acc) -> ets:info(Tab, memory) * 8 + Acc end, 0, ets:all()).</code></p>
<p>The bug is fixed at erlang OTP R12B5.</p>
<p>EDIT:<br />
A good description of the problem can also be found at <a href="http://yanovsky.agenstvo.com/?p=31">Yaws, Mnesia stress test notes</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jwchat.org/2009/01/14/ejabberd-memory-leak/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>ejabberd mysql drivers for debian and ubuntu</title>
		<link>http://blog.jwchat.org/2009/01/14/ejabberd-mysql-drivers-for-debian-and-ubuntu/</link>
		<comments>http://blog.jwchat.org/2009/01/14/ejabberd-mysql-drivers-for-debian-and-ubuntu/#comments</comments>
		<pubDate>Wed, 14 Jan 2009 10:30:36 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Jabber]]></category>
		<category><![CDATA[ejabberd]]></category>
		<category><![CDATA[erlang]]></category>

		<guid isPermaLink="false">http://blog.jwchat.org/?p=118</guid>
		<description><![CDATA[Debian (and ubuntu) packages for ejabberd don&#8217;t contain drivers for mysql. If you want to connect your ejabberd to mysql you need to get those drivers separately from the external ejabberd modules repository and compile them on your own. For convenience I&#8217;ve built a debian package containing the precompiled modules: ejabberd-mysql-20090114_1-2_all.deb Note: this package is [...]]]></description>
			<content:encoded><![CDATA[<p>Debian (and ubuntu) packages for ejabberd don&#8217;t contain drivers for mysql. If you want to connect your ejabberd to mysql you need to get those drivers separately from the external <a href="http://www.ejabberd.im/ejabberd-modules">ejabberd modules</a> repository and compile them on your own.<br />
For convenience I&#8217;ve built a debian package containing the precompiled modules:<br />
<a href="http://blog.jwchat.org/download/ejabberd-mysql-20090114_1-2_all.deb">ejabberd-mysql-20090114_1-2_all.deb</a></p>
<p>Note: this package is not of the usual quality you&#8217;d expect from an official debian package. It&#8217;s just an alien&#8217;ed tarball containing the drivers at the right place (i.e. &#8216;/usr/lib/ejabberd/ebin&#8217;).</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jwchat.org/2009/01/14/ejabberd-mysql-drivers-for-debian-and-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>obfuscated erlang</title>
		<link>http://blog.jwchat.org/2007/10/12/obfuscated-erlang/</link>
		<comments>http://blog.jwchat.org/2007/10/12/obfuscated-erlang/#comments</comments>
		<pubDate>Fri, 12 Oct 2007 12:12:45 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[erlang]]></category>

		<guid isPermaLink="false">http://zeank.in-berlin.de/2007/10/12/obfuscated-erlang/</guid>
		<description><![CDATA[Want to have fun playing with erlang? Then join the Obfuscated Erlang Competition!]]></description>
			<content:encoded><![CDATA[<p>Want to have fun playing with erlang? Then join the <a href="http://www.erlang-consulting.com/obfuscatederlang.html">Obfuscated Erlang Competition</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jwchat.org/2007/10/12/obfuscated-erlang/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

