[nycbug-talk] Apache and FreeBSD
Bjorn Nelson
o_sleep at belovedarctos.com
Fri Jul 3 17:42:28 EDT 2009
Matt Juszczak wrote:
>> Did you check server-status and lsof? It might show they are stuck on
>> the same file, or give you other hints about where to look next.
>> Maybe use gdb on a stuck httpd child.
>>
>
> hmmmm, interesting:
>
> httpd 87911 root 14u VREG 0,93
> 0 9 /tmp (/dev/amrd0s1e)
> httpd 87911 root 15u VREG 0,93
> 0 15 /tmp (/dev/amrd0s1e)
> httpd 87911 root 16u VREG 0,93
> 0 17 /tmp (/dev/amrd0s1e)
> httpd 87911 root 17u VREG 0,93
> 0 12 /tmp (/dev/amrd0s1e)
> httpd 87911 root 18u VREG 0,93
> 0 19 /tmp (/dev/amrd0s1e)
> httpd 87911 root 19u VREG 0,93
> 0 18 /tmp (/dev/amrd0s1e)
> httpd 87911 root 20u VREG 0,93
> 0 22 /tmp (/dev/amrd0s1e)
> httpd 87911 root 21u VREG 0,93
> 0 21 /tmp (/dev/amrd0s1e)
> httpd 87911 root 22u VREG 0,93
> 0 24 /tmp (/dev/amrd0s1e)
> httpd 87911 root 23u VREG 0,93
> 0 16 /tmp (/dev/amrd0s1e)
> httpd 87911 root 24u VREG 0,93
> 0 26 /tmp (/dev/amrd0s1e)
> httpd 87911 root 25u VREG 0,93
> 0 28 /tmp (/dev/amrd0s1e)
> httpd 87911 root 26u VREG 0,93
> 0 25 /tmp (/dev/amrd0s1e)
> httpd 87911 root 27u VREG 0,93
> 0 20 /tmp (/dev/amrd0s1e)
> httpd 87911 root 28u VREG 0,93
> 0 31 /tmp (/dev/amrd0s1e)
> httpd 87911 root 29u VREG 0,93
> 0 29 /tmp (/dev/amrd0s1e)
>
>
Do you see the same behavior if you run with just one httpd thread/child?
httpd -X
-Bjorn
More information about the talk
mailing list