<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Sometimes kernel and tcp related settings becomes bottleneck, first of
all you must be sure about, "is all data sent by nginx and/or recieved
by  php successfully?" so, to determine if tcp is problematic you may
try unix sockets. After being sure about sending and recieving you can
watch the php process using "strace -p &lt;pid-of-php&gt;", it will
tell what is going on php side.<br>
<br>
<br>
Robert Gabriel yazmış:
<blockquote cite="mid:ffb60ee3db9e0f806130920599b89b88@ruby-forum.com"
 type="cite">
  <pre wrap="">Anıl Çetin wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Are you connecting with a unix socket or by tcp? If it is TCP, try the
socket connection. Problem may be related something other than fastcgi
and nginx.


Robert Gabriel yazmış:
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Im using TCP/IP. Im not sure if would make such a big difference, and if 
it would, why?
  </pre>
</blockquote>
<br>
</body>
</html>