<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div><span>Does anybody have a clue about this problem?</span></div><div><br></div>  <div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt;"> <div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt;"> <div dir="ltr"> <font size="2" face="Arial"> <hr size="1">  <b><span style="font-weight:bold;">From:</span></b> Tian Chao <tchao.china@yahoo.com><br> <b><span style="font-weight: bold;">To:</span></b> "nginx@nginx.org" <nginx@nginx.org> <br> <b><span style="font-weight: bold;">Sent:</span></b> Wednesday, November 21, 2012 1:02 PM<br> <b><span style="font-weight: bold;">Subject:</span></b> request_time exstreamly larger than upstream_response_time for some queries when using fastcgi<br> </font> </div> <br>
<meta http-equiv="x-dns-prefetch-control" content="off"><div id="yiv1472772098"><div><div style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255); font-family: 'times new roman', 'new york', times, serif; font-size: 12pt;"><div><div>Hi,</div>
<div> </div>
<div>I run python in backend, and use nginx to proxy queries to python by using 
fastcgi. I found some strange things in my nginx log those days. Some queries' 
$request_time are up to 40 seconds which their $upstream_response_time are less 
than 1 second.</div><div><br></div>
<div> </div>
<div>Here is my fastcgi related conf.</div>
<div> </div>
<div>
<div><span class="yiv1472772098Apple-tab-span" style="white-space:pre;">        </span>fastcgi_max_temp_file_size 0;</div>
<div><span class="yiv1472772098Apple-tab-span" style="white-space:pre;">        </span>fastcgi_param PATH_INFO $fastcgi_script_name;</div>
<div><span class="yiv1472772098Apple-tab-span" style="white-space:pre;">        </span>fastcgi_param SCRIPT_NAME "";</div>
<div><span class="yiv1472772098Apple-tab-span" style="white-space:pre;">        </span>fastcgi_pass python_backend;</div>
<div><span class="yiv1472772098Apple-tab-span" style="white-space:pre;">        </span>fastcgi_buffers 1024 8K;</div></div><div><br></div>
<div> </div>
<div>Do you guys know what's the problem?</div><div><br></div><div>Chao</div></div></div></div></div><meta http-equiv="x-dns-prefetch-control" content="on"><br><br> </div> </div>  </div></body></html>