<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: OS X to Samba slow performance</title>
	<atom:link href="http://www.devco.net/archives/2005/04/11/os_x_to_samba_slow_performance.php/feed" rel="self" type="application/rss+xml" />
	<link>http://www.devco.net/archives/2005/04/11/os_x_to_samba_slow_performance.php</link>
	<description>by r.i.pienaar</description>
	<lastBuildDate>Fri, 12 Mar 2010 11:59:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Carlos Puchol</title>
		<link>http://www.devco.net/archives/2005/04/11/os_x_to_samba_slow_performance.php/comment-page-1#comment-182</link>
		<dc:creator>Carlos Puchol</dc:creator>
		<pubDate>Sat, 17 May 2008 19:52:39 +0000</pubDate>
		<guid isPermaLink="false">http://wp.devco.net/?p=239#comment-182</guid>
		<description>Hi!
What version fo Mac OS X do you have?
We’re interested on this to recommend it as a tip to our user group (Amahi Linux Home Server).
I experience some delays when selecting access to my Amahi LHS, something like 3 seconds to “connect”. Performance is ok, though it seems slow, so I wanted to try it.
So far we have tried it with 10.5.1, however, the difference is not noticeable with a value of 0.
The previous value was 3. We set it to 0.
HOWEVER, we tried with a different machine, with 10.5.2 in it, and it was very snappy!
Carlos
</description>
		<content:encoded><![CDATA[<p>Hi!<br />
What version fo Mac OS X do you have?<br />
We’re interested on this to recommend it as a tip to our user group (Amahi Linux Home Server).<br />
I experience some delays when selecting access to my Amahi LHS, something like 3 seconds to “connect”. Performance is ok, though it seems slow, so I wanted to try it.<br />
So far we have tried it with 10.5.1, however, the difference is not noticeable with a value of 0.<br />
The previous value was 3. We set it to 0.<br />
HOWEVER, we tried with a different machine, with 10.5.2 in it, and it was very snappy!<br />
Carlos</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John  Martinez</title>
		<link>http://www.devco.net/archives/2005/04/11/os_x_to_samba_slow_performance.php/comment-page-1#comment-181</link>
		<dc:creator>John  Martinez</dc:creator>
		<pubDate>Thu, 01 Jun 2006 18:38:32 +0000</pubDate>
		<guid isPermaLink="false">http://wp.devco.net/?p=239#comment-181</guid>
		<description>This didn&#039;t work for me, but setting the sysctl parameter net.inet.tcp.delayed_ack to 0 did! For me, the results were dramatic: drag-and-drop of a 100MB .wav file from the samba server took 45 minutes before the fix, and &lt; 2 minutes after the fix. Wahoooo!
Found the info here: &lt;a href=&quot;http://julipedia.blogspot.com/2006/02/samba-performance-under-mac-os-x.html&quot; rel=&quot;nofollow&quot;&gt;&lt;a href=&quot;http://julipedia.blogspot.com/2006/02/samba-performance-under-mac-os-x.html&quot; rel=&quot;nofollow&quot;&gt;http://julipedia.blogspot.com/2006/02/samba-performance-under-mac-os-x.html&lt;/a&gt;&lt;/a&gt;
[in case that link vanishes, here&#039;s the short version:
use &#039;sudo sysctl -w net.inet.tcp.delayed_ack=0&#039; on command-line to try it (persistent until reboot) and put the line
&#039;net.inet.tcp.delayed_ack=0&#039; in /etc/sysctl.conf to fix it &#039;permanently&#039; -- note: I haven&#039;t tested the latter yet. I had to create the sysctl.conf file, and haven&#039;t rebooted yet]
and a good discussion of *why* it works, starts at the bottom of that same blog entry, then links to the crux of the problem here:
&lt;a href=&quot;http://mail-index.netbsd.org/tech-net/2003/01/28/0004.html&quot; rel=&quot;nofollow&quot;&gt;&lt;a href=&quot;http://mail-index.netbsd.org/tech-net/2003/01/28/0004.html&quot; rel=&quot;nofollow&quot;&gt;http://mail-index.netbsd.org/tech-net/2003/01/28/0004.html&lt;/a&gt;&lt;/a&gt;
[It&#039;s a TCP bug inherited from the FreeBSD stack - the same bug was fixed in NetBSD back in 1997, and Apple has known about it since before Jaguar release]
Apologies for the lack of formatting - couldn&#039;t figure out how to get paragraph spacing on this blog.
</description>
		<content:encoded><![CDATA[<p>This didn&#8217;t work for me, but setting the sysctl parameter net.inet.tcp.delayed_ack to 0 did! For me, the results were dramatic: drag-and-drop of a 100MB .wav file from the samba server took 45 minutes before the fix, and &lt; 2 minutes after the fix. Wahoooo!<br />
Found the info here: <a href="http://julipedia.blogspot.com/2006/02/samba-performance-under-mac-os-x.html" rel="nofollow"></a><a href="http://julipedia.blogspot.com/2006/02/samba-performance-under-mac-os-x.html" rel="nofollow">http://julipedia.blogspot.com/2006/02/samba-performance-under-mac-os-x.html</a><br />
[in case that link vanishes, here's the short version:<br />
use 'sudo sysctl -w net.inet.tcp.delayed_ack=0' on command-line to try it (persistent until reboot) and put the line<br />
'net.inet.tcp.delayed_ack=0' in /etc/sysctl.conf to fix it 'permanently' -- note: I haven't tested the latter yet. I had to create the sysctl.conf file, and haven't rebooted yet]<br />
and a good discussion of *why* it works, starts at the bottom of that same blog entry, then links to the crux of the problem here:<br />
<a href="http://mail-index.netbsd.org/tech-net/2003/01/28/0004.html" rel="nofollow"></a><a href="http://mail-index.netbsd.org/tech-net/2003/01/28/0004.html" rel="nofollow">http://mail-index.netbsd.org/tech-net/2003/01/28/0004.html</a><br />
[It's a TCP bug inherited from the FreeBSD stack - the same bug was fixed in NetBSD back in 1997, and Apple has known about it since before Jaguar release]<br />
Apologies for the lack of formatting &#8211; couldn&#8217;t figure out how to get paragraph spacing on this blog.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
