[Koha-bugs] [Bug 21366] New: add plack reload

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Sep 17 00:25:08 CEST 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21366

            Bug ID: 21366
           Summary: add plack reload
 Change sponsored?: ---
           Product: Koha
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Packaging
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: fridolin.somers at biblibre.com
        QA Contact: testopia at bugs.koha-community.org
                CC: mirko at abunchofthings.net

Starman daemon as an option to ask for "reload" meaning the renew of all
workers, like Apache graceful restart.
Starman restart will kill at once the master process and workers.
Starman reload will not impact the master process, it will kill and recreate
idle workers, it will wait for busy workers to end before renew them.

It is a nice way to refresh the plack middleware without impacting any running
page, mostly useful for production servers.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list