[Koha-bugs] [Bug 15418] New: Switch Net::Server personality in sipserver to Fork

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Dec 23 11:44:34 CET 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15418

            Bug ID: 15418
           Summary: Switch Net::Server personality in sipserver to Fork
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: SIP2
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: colin.campbell at ptfs-europe.com
        QA Contact: testopia at bugs.koha-community.org
                CC: colin.campbell at ptfs-europe.com

Experience showed that using the pre-fork personality of Net::Server was using
up resources for no benefit and that configuring the numbers in the config
could be confusing. For the past year I've been running a a version using the
Fork personality at our sites which use sipserver heavily both for self check
and user authentication. Results seem more stable running for months and
freeing resourses when connections close, with only sendig a SIGHUP to the
controlling process to reread config and close active children.
This merges the version we've been running back into the standard.

Testing : As opposed to the pre-fork behaviour this will start up a single
controlling instance to listem on the specified ports. Child processs will be
created to handle handle sip connections and shutdown when the client closes
the socket

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


More information about the Koha-bugs mailing list