I try not into recursion test.php <? $id=$_GET['id']; if ($id==1){ echo"1"; }else{ $html=@file_get_contents("http://localhost/test.php?id=1";); } ?> still errorby afen - Nginx Mailing List - English
nginx/0.7.61 for win fcgi/5.3.0by afen - Nginx Mailing List - English
if your page test.php $html=@file_get_contents("http://localhost/test.php"); then errorby afen - Nginx Mailing List - English
what's wrong my configby afen - Nginx Mailing List - English
Igor Sysoev Wrote: ------------------------------------------------------- > On Mon, Jun 22, 2009 at 06:30:18PM +0300, zepolen > wrote: > > > On Mon, Jun 22, 2009 at 6:56 AM, afen wrote: > > > i stress test nginx on window2003,but the > action connections never in excess of 512?$B!# > > > why?my config: > > > > > > worker_processesby afen - Nginx Mailing List - English
2009/06/22 00:35:02 13036#13056: *6757 maximum number of descriptors supported by select() is 1024 while connecting to upstream, client: 192.168.1.100, server: localhost, request: "GET /index.php HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "localhost"by afen - Nginx Mailing List - English
deltay Wrote: ------------------------------------------------------- > What's the system TCP connection limitation? > Please check registery setting. > I test the IIS,it's more than 10000 connectionsby afen - Nginx Mailing List - English
host has failed to respond) while connecting to upstream, client: 192.168.1.100, server: localhost, request: "GET /index.php HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "localhost"by afen - Nginx Mailing List - English
Active connections: 512 server accepts handled requests 6855 5279 5298 Reading: 1 Writing: 511 Waiting: 0by afen - Nginx Mailing List - English
i stress test nginx on window2003,but the active connections never in excess of 512。 why?my config: worker_processes 1; events { worker_connections 1024; }by afen - Nginx Mailing List - English