Announcement

Collapse
No announcement yet.

KeepAlive and MaxEntryProcs

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • KeepAlive and MaxEntryProcs

    Hi,

    We have enabled MaxEntryProcs enabled with 30 value. However we keep seeing to many slots consumed by particular site in server-status, and most of them are in "K" (KeepAlive) state. Because of this, our server run short of MaxClients. (Its a Cpanel server with Worker MPM). AFAIK, MaxEntryProcs will get applied on all requests with "W" state in server-status. Is there any way to limit those KeepAlive connections by LVE? Or my understanding is wrong?

    Regards,

  • #2
    Here is how it works:

    1. User connects to apache/vhost (keep alive or not)
    2. Customer sends HTTP request
    3. We check the handler for HTTP request -- and if it is not for dynamic content, we skip it
    4. If it is for dynamic script (php/cgi) -- we count it as a connection (maxEntryProcs)

    So, no, we don really control keepalives or static connections at all

    Comment

    Working...
    X