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@lists.koha-community.org
          Reporter: colin.campb...@ptfs-europe.com
        QA Contact: testo...@bugs.koha-community.org
                CC: colin.campb...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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