[Koha-bugs] [Bug 6140] New: Set a timeout to z3950 servers that could have network problems occasionally

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Apr 8 12:24:41 CEST 2011


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

             Bug #: 6140
           Summary: Set a timeout to z3950 servers that could have network
                    problems occasionally
    Classification: Unclassified
 Change sponsored?: ---
           Product: Koha
           Version: rel_3_4
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: Z39.50 / SRU / OpenSearch Servers
        AssignedTo: gmcharlt at gmail.com
        ReportedBy: juan.sieira at xercode.es
         QAContact: koha-bugs at lists.koha-community.org


Created attachment 3832
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=3832
pro

Set a timeout to z3950 servers that could have network problems occasionally

Some of z3950 servers that our libraries must use, have network problems
occasionally and when they are cataloguing and do a search over a z3950 server,
if any of those Z selected have net problems, this search could have a delay of
lot of time.

If you dont want to execute updatedatabase.pl, simply execute this statement in
you database

ALTER TABLE `z3950servers` ADD `timeout` INT( 11 ) NOT NULL DEFAULT '0' AFTER
`syntax`;

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