[Koha-bugs] [Bug 2453] (very) large biblio/item handling

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Aug 26 01:21:32 CEST 2011


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

--- Comment #4 from Ian Walls <ian.walls at bywatersolutions.com> 2011-08-25 23:21:32 UTC ---
Further research has shown that my issue is not with ISO 2709, but the implicit
file size limit of the Net::Z3950::ZOOM connection.  The perl module does not
make use of any connection options, one of which is maximumRecordSize.  Since
it's not specified on connection, the default of 1MB is used.   This is almost
always enough, but in the case of a VERY prolific serial, not always.

For example, the record I was testing showed 1673 items, and came out to 1.2MB
of XML once the items were added in.

While fixing Net::Z3950::ZOOM would be ideal, it's probably easier to alter
Koha in the way described in my previous comment.

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