<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>bug in sendfile and latest stable ?</title>
<description>We run a site that delivers large files and has many transfers going at the same time and we have noticed nginx slowing down and causing high iowait times. After running a strace we have seen this 

stat(&amp;quot;/var/www/slavefilestore/8f/1o3VKtKeim&amp;quot;, 0x7fffda168490) = -1 ENOENT (No such file or directory)
open(&amp;quot;/var/www/slave/filestore/8f/1o3VKtKeim&amp;quot;, O_RDONLY) = 79

as you can see the stat line is missing a slash. 
Could this be causing our problems ?


Here is the config

Debian Linux 5.0
ntel(R) Core(TM)2 Quad CPU Q8300 @ 2.50GHz
4 Gig Ram
Files hosted on raid0 array with over 200 MB/s read

nginx 0.7.62 using sendfile to deliver content</description><link>http://forum.nginx.org/read.php?11,11058,11058#msg-11058</link><lastBuildDate>Sun, 19 May 2013 20:02:14 -0400</lastBuildDate>
<generator>Phorum 5.2.16</generator>
<item>
<guid>http://forum.nginx.org/read.php?11,11058,11075#msg-11075</guid>
<title>Re: bug in sendfile and latest stable ?</title><link>http://forum.nginx.org/read.php?11,11058,11075#msg-11075</link><description><![CDATA[You should report possible bugs on the mailing list forum so that Igor can see them.]]></description>
<dc:creator>Jim Ohlstein</dc:creator>
<category>How to...</category><pubDate>Sun, 04 Oct 2009 08:45:22 -0400</pubDate></item>
<item>
<guid>http://forum.nginx.org/read.php?11,11058,11058#msg-11058</guid>
<title>bug in sendfile and latest stable ?</title><link>http://forum.nginx.org/read.php?11,11058,11058#msg-11058</link><description><![CDATA[We run a site that delivers large files and has many transfers going at the same time and we have noticed nginx slowing down and causing high iowait times. After running a strace we have seen this<br /><br />stat(&quot;/var/www/slavefilestore/8f/1o3VKtKeim&quot;, 0x7fffda168490) = -1 ENOENT (No such file or directory)<br />open(&quot;/var/www/slave/filestore/8f/1o3VKtKeim&quot;, O_RDONLY) = 79<br /><br />as you can see the stat line is missing a slash.<br />Could this be causing our problems ?<br /><br /><br />Here is the config<br /><br />Debian Linux 5.0<br />ntel(R) Core(TM)2 Quad CPU Q8300 @ 2.50GHz<br />4 Gig Ram<br />Files hosted on raid0 array with over 200 MB/s read<br /><br />nginx 0.7.62 using sendfile to deliver content]]></description>
<dc:creator>HAZE</dc:creator>
<category>How to...</category><pubDate>Sun, 04 Oct 2009 01:59:50 -0400</pubDate></item>
</channel>
</rss>