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: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected]

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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to