MEPF concurrent connection faults what does it mean

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • p.bylina
    Junior Member
    • Mar 2021
    • 7

    #1

    MEPF concurrent connection faults what does it mean

    MEPF, concurrent connection faults
  • john
    Junior Member
    • Apr 2017
    • 14

    #2
    Just wondering the doucmentation is a little unclear (really would love some better docs) but what does this value actually mean? if i see a number such as

    237 in this field in the lve stats, what does that mean, that 237 connections were not able to connect because it went beyonf the maximum value? Or did they just get delayed or?

    Comment

    • iseletsk
      Senior Member
      • Dec 2017
      • 1199

      #3
      it means that 237 connections got 503 response due to the limit.
      This is hard limit, and end user would get an error (503)
      The reason is that otherwise one site can use up all apache connections (controlled by MaxClients), and bring down the apache web server, even though there are plenty of CPU/IO, etc...

      Comment

      Working...