Bug 16528 - Add ability to parallel process fines to fines.pl
Summary: Add ability to parallel process fines to fines.pl
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Command-line Utilities (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Kyle M Hall (khall)
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-16 14:48 UTC by Kyle M Hall (khall)
Modified: 2020-06-29 01:27 UTC (History)
5 users (show)

See Also:
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 (3.67 KB, patch)
2016-05-16 14:48 UTC, Kyle M Hall (khall)
Details | Diff | Splinter Review
[WIP] Bug 16528 - Add ability to parallel process fines to fines.pl (7.09 KB, patch)
2016-05-16 15:14 UTC, Kyle M Hall (khall)
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
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