Bug 16528

Summary: Add ability to parallel process fines to fines.pl
Product: Koha Reporter: Kyle M Hall (khall) <kyle>
Component: Command-line UtilitiesAssignee: Kyle M Hall (khall) <kyle>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: abl, martin.renvoize, mtj, robin, tomascohen
Version: Main   
Hardware: All   
OS: All   
See Also: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23571
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24651
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:
Attachments: [WIP] Bug 16528 - Add ability to parallel process fines to fines.pl
[WIP] Bug 16528 - Add ability to parallel process fines to fines.pl

Description Kyle M Hall (khall) 2016-05-16 14:48:25 UTC
On very large sites with thousands of overdue items, fines.pl may take an incredibly long time to complete. It may be possible to speed up fines.pl by allowing it to fork children that run in parallel.
Comment 1 Kyle M Hall (khall) 2016-05-16 14:48:56 UTC Comment hidden (obsolete)
Comment 2 Kyle M Hall (khall) 2016-05-16 15:14:54 UTC
Created attachment 51536 [details] [review]
[WIP] Bug 16528 - Add ability to parallel process fines to fines.pl