[Koha-bugs] [Bug 13807] New: SIPServer Input loop not checking for closed connections reliably

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Mar 6 16:31:57 CET 2015


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

            Bug ID: 13807
           Summary: SIPServer Input loop not checking for closed
                    connections reliably
 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

Debugging some sip connections found that a server could get stuck with a
partially unread buffer when the remote closed the connection. This could mean
it was also not responding to signals to shut down. Reworked the main loop to
be a bit more careful about checking the connection status. Moved it from the
Sip.pm module into the server where it seemed to belong more logically.

Have been running this with some other modifications in production sites for
some time and appears to have enhanced reliability and ability to control the
server.

-- 
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