]> git.evergreen-ils.org Git - Evergreen.git/commit
Stream results from targetable holds list retrieval
authorMike Rylander <mrylander@gmail.com>
Mon, 17 Oct 2011 16:27:04 +0000 (12:27 -0400)
committerGalen Charlton <gmc@esilibrary.com>
Thu, 9 Feb 2012 21:51:34 +0000 (16:51 -0500)
commit0041f47ce1e467b76115912c8a0666be7f3f0cc1
tree279a2b905f06bc1231afd00121685ac55e19a8d0
parentc3c37595218672b8b623ce8a38de4675b7807231
Stream results from targetable holds list retrieval

Tested and slightly modified patch from Mike R. to improve multi-session
hold targeting.  This patch includes an update to the targetable holds
API call to stream results instead of returning them in 1 big chunk,
which has been known to result in messages too large for jabber
(max_stanza_size).  hold_targer.pl is updated to handle the stream.

Signed-off-by: Bill Erickson <berick@esilibrary.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/Publisher/action.pm
Open-ILS/src/support-scripts/hold_targeter.pl