[open-ils-commits] r16850 - trunk/Open-ILS/examples (scottmk)

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Jul 6 11:51:34 EDT 2010


Author: scottmk
Date: 2010-07-06 11:51:31 -0400 (Tue, 06 Jul 2010)
New Revision: 16850

Modified:
   trunk/Open-ILS/examples/opensrf.xml.example
Log:
Add a configuration entry for the qstore server.  This entry will look just
like the entry for open-ils.cstore, except:

1. The <implementation> is oils_qstore.so instead of oils_cstore.so, obviously.

2. There is no need (or use) for the max_query_recursion element.

M    Open-ILS/examples/opensrf.xml.example


Modified: trunk/Open-ILS/examples/opensrf.xml.example
===================================================================
--- trunk/Open-ILS/examples/opensrf.xml.example	2010-07-06 15:42:26 UTC (rev 16849)
+++ trunk/Open-ILS/examples/opensrf.xml.example	2010-07-06 15:51:31 UTC (rev 16850)
@@ -881,6 +881,35 @@
             </open-ils.pcrud>
 
 
+            <open-ils.qstore>
+                <keepalive>6</keepalive>
+                <stateless>1</stateless>
+                <language>C</language>
+                <implementation>oils_qstore.so</implementation>
+                <max_requests>200</max_requests>
+                <unix_config>
+                    <max_requests>1000</max_requests>
+                    <min_children>1</min_children>
+                    <max_children>15</max_children>
+                    <min_spare_children>1</min_spare_children>
+                    <max_spare_children>5</max_spare_children>
+                </unix_config>
+                <app_settings>
+                    <driver>pgsql</driver>
+                    <database>
+                        <type>master</type>
+                        <weight>2</weight>
+                        <user>postgres</user>
+                        <host>localhost</host>
+                        <port>5432</port>
+                        <pw>postgres</pw>
+                        <db>evergreen</db>
+                        <client_encoding>UTF-8</client_encoding>
+                    </database>
+                </app_settings>
+            </open-ils.qstore>
+
+
             <opensrf.settings>
                 <keepalive>1</keepalive>
                 <stateless>1</stateless>



More information about the open-ils-commits mailing list