Ticket #1149 (closed defect: invalid)

Opened 16 months ago

Last modified 4 weeks ago

handle-req time too long

Reported by: ruanchunping@… Owned by: jan
Priority: high Milestone: 1.4.20
Component: mod_fastcgi Version: 1.4.15
Severity: normal Keywords:
Cc: Blocked By:
Need User Feedback: no Blocking:

Description (last modified by stbuehler) (diff)

Yesterday,i upgraded lighttpd to 1.4.15 by ports (FreeBSD 6.2 amd64)

Server-Status shows:

74.6.68.*	0/0	0/0	handle-req	19513	www.***.com	/p/p_index.php
202.108.23.*	0/0	0/0	handle-req	20279	www.***.com	/p/p_p_list.php

60.18.29.*	0/0	0/0	handle-req	25046	www.***.com	/p/p_s_xml.php
218.20.59.*	0/0	0/0	handle-req	20409	www.***.com	/t/t_a_xml.php

is this a bug ?

---------------------------
Hostname	211.155.224.* ()
Uptime	20 hours 3 min 57 s
Started at	2007-04-25 01:46:45
absolute (since start)
Requests	501 kreq
Traffic	5.93 Gbyte
average (since start)
Requests	6 req/s
Traffic	86.13 kbyte/s
average (5s sliding average)
Requests	15 req/s
Traffic	83.01 kbyte/s

legend
. = connect, C = close, E = hard error
r = read, R = read-POST, W = write, h = handle-request
q = request-start,  Q = request-end
s = response-start, S = response-end
30 connections
hhrhhrWrrrrrWrrrhrrrrrrrrrrrrh

-----------------

fastcgi.active-requests: 6
fastcgi.backend.0.0.connected: 154186
fastcgi.backend.0.0.died: 0
fastcgi.backend.0.0.disabled: 0
fastcgi.backend.0.0.load: 6
fastcgi.backend.0.0.overloaded: 0
fastcgi.backend.0.load: 6
fastcgi.requests: 154186

Attachments

Change History

Changed 16 months ago by ruanchunping@…

today's status:

74.6.68.*	0/0	0/0	handle-req	99075	www.***.com	/p/p_index.php
202.108.23.*	0/0	0/0	handle-req	99841	www.***.com	/p/p_p_list.php	
59.40.155.*	0/0	0/0	handle-req	78446	www.***.com	/p/p_v_v2.php
60.18.29.*	0/0	0/0	handle-req	104608	www.***.com	/p/p_s_xml.php
218.20.59.*	0/0	0/0	handle-req	99971	www.***.com	/t/t_a_xml.php
218.67.240.*	0/0	0/0	handle-req	8297	www.***.com	/t/t_a_xml.php	
202.108.23.*	0/0	0/0	handle-req	23922	www.***.com	/p/p_v_v2.php	
60.176.206.*	0/0	0/0	handle-req	21225	www.***.com	/p/p_n.php	
60.176.206.*	0/0	0/0	handle-req	21257	www.***.com	/p/p_n.php	
219.148.86.*	0/0	0/0	read	3 
219.141.236.*	0/0	0/0	read	2 
219.141.236.*	0/0	0/0	read	3 
..... 

fastcgi.active-requests: 9 
fastcgi.backend.0.0.connected: 288341 
fastcgi.backend.0.0.died: 0 
fastcgi.backend.0.0.disabled: 0 
fastcgi.backend.0.0.load: 9 
fastcgi.backend.0.0.overloaded: 0 
fastcgi.backend.0.load: 10 
fastcgi.requests: 288341 
fastcgi.server = ( ".php" =>
  (( "socket" => "/tmp/php-fastcgi.socket",
     "bin-path" => "/usr/local/bin/php-cgi",
     "min-procs" => 1,
     "max-procs" => 1,
     "max-load-per-proc" => 4,
     "bin-environment" => (
        "PHP_FCGI_CHILDREN" => "64",
        "PHP_FCGI_MAX_REQUESTS" => "5000" ),
      "bin-copy-environment" => (
        "PATH", "SHELL", "USER" ),
      "broken-scriptfilename" => "enable",
     "idle-timeout" => 20
  ))
 )

Changed 16 months ago by ruanchunping@…

I think this is not mod_fastcgi's problem.

221.237.198.*	0/0	0/0	handle-req	866	www.***.com	/service/proxy/*/http:/www.yupoo.com/api/rest/	
221.237.198.*	0/0	0/0	handle-req	867	www.***.com	/service/proxy/*/http:/www.yupoo.com/api/rest/	
61.157.139.*	0/0	0/0	handle-req	928	www.***.com	/service/proxy/*/http:/www.yupoo.com/api/rest/		
60.12.190.*	0/0	0/1038	handle-req	731	www.***.com	/service/proxy/*/http:/www.yupoo.com/api/rest/	
221.237.198.*	0/0	0/0	handle-req	865	www.***.com	/service/proxy/*/http:/www.yupoo.com/api/rest/

the uri '/service/proxy/*/URL' will redirect to my Squid proxy server by mod_proxy, act as AJAX-cross-domain Server.

Changed 4 weeks ago by stbuehler

  • status changed from new to closed
  • resolution set to invalid
  • description modified (diff)
  • pending unset

I don't see a problem.

Changed 4 weeks ago by anonymous

Add/Change #1149 (handle-req time too long)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.