As it turns out the fault was on the client side (as always ;-)) <div>Testing the request with a simple wget url proved that nginx was in fact returned the data as requested by the client.</div><div><br></div><div>Thanks for your help nevertheless <br>
<br><div class="gmail_quote">On 16 January 2012 21:10, Maxim Dounin <span dir="ltr"><<a href="mailto:mdounin@mdounin.ru">mdounin@mdounin.ru</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hello!<br>
<div><div class="h5"><br>
On Mon, Jan 16, 2012 at 07:25:52PM +0000, Adelino Monteiro wrote:<br>
<br>
> Hello,<br>
><br>
> Could someone explain me why my nginx configuration has a delay when<br>
> sending file (from 19:07:39 to 19:09:59)<br>
> This same configuration used to work in my development environment but in<br>
> our staging server it has this behaviour.<br>
> The one thing that is different is that this last one is build on SAN<br>
> storage with RAID 5 but Linux sees it as an /dev/sdx partition.<br>
><br>
> 2012/01/16 19:07:39 [debug] 4799#0: *3 http write filter 0000000001340500<br>
> 2012/01/16 19:07:39 [debug] 4799#0: *3 http copy filter: -2<br>
> "/local/NOAJR0600020_H.ogg?"<br>
> 2012/01/16 19:07:39 [debug] 4799#0: *3 http writer output filter: -2,<br>
> "/local/NOAJR0600020_H.ogg?"<br>
> 2012/01/16 19:07:39 [debug] 4799#0: *3 event timer: 24, old: 1326740919650,<br>
> new: 1326740919946<br>
> 2012/01/16 19:07:59 [debug] 4799#0: *3 post event 00000000013C6328<br>
> 2012/01/16 19:07:59 [debug] 4799#0: *3 delete posted event 00000000013C6328<br>
> 2012/01/16 19:07:59 [debug] 4799#0: *3 http run request:<br>
> "/local/NOAJR0600020_H.ogg?"<br>
> 2012/01/16 19:07:59 [debug] 4799#0: *3 http writer handler:<br>
> "/local/NOAJR0600020_H.ogg?"<br>
> 2012/01/16 19:07:59 [debug] 4799#0: *3 http output filter<br>
> "/local/NOAJR0600020_H.ogg?"<br>
> 2012/01/16 19:07:59 [debug] 4799#0: *3 http copy filter:<br>
> "/local/NOAJR0600020_H.ogg?"<br>
> 2012/01/16 19:07:59 [debug] 4799#0: *3 http postpone filter<br>
> "/local/NOAJR0600020_H.ogg?" 0000000000000000<br>
><br>
> Any help would be greatly appreciated.<br>
<br>
</div></div>It's hardly possible to tell anything from the above log snippet,<br>
as it basically doesn't contain any information related to file<br>
I/O calls and/or event processing.  You have to examine global<br>
logs to be able to view event processing logs, and at least one<br>
full event loop iteration is required to be able to tell<br>
something.<br>
<br>
Maxim Dounin<br>
<br>
_______________________________________________<br>
nginx-devel mailing list<br>
<a href="mailto:nginx-devel@nginx.org">nginx-devel@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx-devel" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx-devel</a><br>
</blockquote></div><br></div>