<?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>dougt&#039;s blog &#187; mozilla necko network</title>
	<atom:link href="http://dougt.org/wordpress/tag/mozilla-necko-network/feed/" rel="self" type="application/rss+xml" />
	<link>http://dougt.org/wordpress</link>
	<description>best. tagline. ever.</description>
	<lastBuildDate>Mon, 26 Jul 2010 03:18:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Network Buffer Sizes</title>
		<link>http://dougt.org/wordpress/2008/05/network-buffer-sizes/</link>
		<comments>http://dougt.org/wordpress/2008/05/network-buffer-sizes/#comments</comments>
		<pubDate>Tue, 06 May 2008 22:31:46 +0000</pubDate>
		<dc:creator>dougt</dc:creator>
				<category><![CDATA[mozilla]]></category>
		<category><![CDATA[mozilla necko network]]></category>

		<guid isPermaLink="false">http://dougt.wordpress.com/?p=214</guid>
		<description><![CDATA[I created a patch that allows people to change the default buffer sizes that our networking layer uses when loading content from the web.  The hope here is not so much to get this patch into the tree (it would be nice, but the patch isn&#8217;t ready for primetime), but rather to ask you to [...]]]></description>
			<content:encoded><![CDATA[<p>I created a <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=69931">patch</a> that allows people to change the default buffer sizes that our networking layer uses when loading content from the web.  The hope here is not so much to get this patch into the tree (it would be nice, but the patch isn&#8217;t ready for primetime), but rather to ask you to take a look at the build with this feature, tweak the values, and send me some feedback.  Be sure to take a look at the comments in the bug, specifically concerns about a balance between user perceived performance and clock time performance.  Simply taking the values that result in the fastest page loading (clock time) may not be the right values for human beings watching the content be loaded.</p>
<p>Here are the <a href="https://build.mozilla.org/tryserver-builds/2008-05-02_15:52-dougt@mozilla.com-16kx32_necko/">builds</a>.  (these are experimental builds).</p>
<p>To change the values, edit all.js:</p>
<pre>pref("network.default.buffer.size", 16384);
pref("network.default.buffer.count",32);
</pre>
<p>The defaults in Firefox are 4096 and 16 respectfully. You probably can change these values via about:config (and the patch doesn&#8217;t prevent you), but that may be bad.</p>
]]></content:encoded>
			<wfw:commentRss>http://dougt.org/wordpress/2008/05/network-buffer-sizes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
