On Sun Nov  9 10:35:34 EST 2014, [email protected] wrote:
> Has anyone else seen the arm httpd lock up on them?  I can start it, but then 
> after a few proper responses it just sits:
> 
> bootes           95    0:00   0:00     1436K Semacqui httpd

(aside: i notice that throttle doesn't work like you'd expect, since RFMEM is 
not set,
the stats won't be propogated to the parent.  thus, this is really just a 
proc-local
calculation, and since each forked proc only handles 1 connection, the hash is
unnecessary.  a local variable would do just fine.)

the aside leads me to believe that there is something wrong with the segment
copy on fork.  since the semaphore in question is in the data segment,
i'm going to guess that you're running the labs kernel, and you're hitting the
page caching issue we've seen before.  does this happen on an atom kernel?

- erik

Reply via email to