http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10004 --- Comment #7 from Kyle M Hall <kyle.m.hall@gmail.com> --- I believe these numbers are updated because the records found via the z39.50 search go into the import_records table. Each time a record is added to that batch, the count is recalculated and stored in the import_batches table. (In reply to comment #6)
Hm. I am not sure if we really should start forking in a cgi script. (Not saying that your solution would not work :)
But going one step back: Can we not just get rid of these *silly* record counts for Z3950 searches? These counts may be of some interest for staged marc files and so on. But what are we doing with these numbers for Z3950 search? I cannot recall seeing this number anywhere in Koha.
So, why not stop calculating instead of doing it in a second process?
-- You are receiving this mail because: You are watching all bug changes.