From: gmc Date: Mon, 22 Nov 2010 04:26:44 +0000 (+0000) Subject: hold targeter: add option to run parallel targeter processes X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=7cb3b7498aa307e3334a8f29d9492efcd7f41015;p=evergreen%2Fbjwebb.git hold targeter: add option to run parallel targeter processes Permit the hold targeter to divvy up the work and run more than one process at a time by setting the opensrf.xml setting hold_targeter/parallel to a value greater than one. Doing so can significantly reduce the time it takes to (re)target a large number of hold requests, although only up to a point (in other words, if increasing the number of parallel targeters beyond one, it is recommended to do so slowly.) Signed-off-by: Galen Charlton git-svn-id: svn://svn.open-ils.org/ILS/trunk@18815 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/examples/opensrf.xml.example b/Open-ILS/examples/opensrf.xml.example index 429f1f160..464592993 100644 --- a/Open-ILS/examples/opensrf.xml.example +++ b/Open-ILS/examples/opensrf.xml.example @@ -130,6 +130,16 @@ vim:et:ts=4:sw=4: + + + + 1 + +