[open-ils-commits] r11704 - trunk/Open-ILS/examples

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Dec 30 09:20:18 EST 2008


Author: phasefx
Date: 2008-12-30 09:20:17 -0500 (Tue, 30 Dec 2008)
New Revision: 11704

Modified:
   trunk/Open-ILS/examples/opensrf.xml.example
Log:
section for pcrud

Modified: trunk/Open-ILS/examples/opensrf.xml.example
===================================================================
--- trunk/Open-ILS/examples/opensrf.xml.example	2008-12-29 23:14:08 UTC (rev 11703)
+++ trunk/Open-ILS/examples/opensrf.xml.example	2008-12-30 14:20:17 UTC (rev 11704)
@@ -673,7 +673,42 @@
             </open-ils.cstore>
 
 
+            <open-ils.pcrud>
+                    <keepalive>4</keepalive>
+                    <migratable>1</migratable>
+                    <stateless>1</stateless>
+                    <language>C</language>
+                    <implementation>oils_pcrud.so</implementation>
+                    <max_requests>95</max_requests>
 
+                    <unix_config>
+                            <unix_log>pcrud.log</unix_log>
+                            <unix_sock>pcrud.sock</unix_sock>
+                            <unix_pid>pcrud.pid</unix_pid>
+                            <max_requests>200</max_requests>
+                            <min_children>2</min_children>
+                            <max_children>35</max_children>
+                            <min_spare_children>2</min_spare_children>
+                            <max_spare_children>20</max_spare_children>
+                    </unix_config>
+
+                    <app_settings>
+                            <IDL>SYSCONFDIR/fm_IDL.xml</IDL>
+                            <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.pcrud>
+
+
             <opensrf.settings>
                 <keepalive>1</keepalive>
                 <stateless>1</stateless>



More information about the open-ils-commits mailing list