[Koha-bugs] [Bug 6620] New: Sip Server Output may be buffered

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jul 21 13:14:52 CEST 2011


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

             Bug #: 6620
           Summary: Sip Server Output may be buffered
    Classification: Unclassified
 Change sponsored?: ---
           Product: Koha
           Version: master
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: SIP2
        AssignedTo: colin.campbell at ptfs-europe.com
        ReportedBy: colin.campbell at ptfs-europe.com
         QAContact: koha-bugs at lists.koha-community.org


Bug fix 5586 correctly removed the linefeed from sipserver output. However as
the server writes to stdout which is by default buffered this means that we
cannot guarantee that responses are being returned in a timely fashion.

In practice this can be perceived as extremely slow performance by the
self-check unit or a cease of functioning altogether (the unit timesout).

In practice reverting 5586 fixes this but as 5586 'does the right thing' this
is not a good solution. The proposed solution is that autoflush is specifically
set on the output filehandle, to ensure the response message is not buffered.

Note because of the nature of the problem it is hard to reproduce the bug
consistently,

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.


More information about the Koha-bugs mailing list