https://bz.apache.org/bugzilla/show_bug.cgi?id=65313

            Bug ID: 65313
           Summary: fix graceful restarts so it happens when new instance
                    is ready to go.
           Product: Apache httpd-2
           Version: 2.4.47
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Core
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: ---

Apache starts slowly when it has a lot of config (> 10000 vhosts etc). On good
hardware it takes about 20s to start handling http requests. That also means
that graceful restart takes same time! Even when graceful restart apache httpd
terminates previous instance even though new one is not ready (and won't be for
20s+) which means that end user will see page load for 20 seconds. Nginx
reloads itself without this delay even when startups/reload takes a LONG time.
Please fix graceful restarts so it won't start before new instance is ready!

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to