Changeset 9105 for main/waeup.kofa/branches/uli-zc-async/etc/site.zcml.in
- Timestamp:
- 9 Aug 2012, 10:23:50 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/branches/uli-zc-async/etc/site.zcml.in
r8864 r9105 5 5 <include package="waeup.kofa" /> 6 6 <include package="waeup.kofa" file="mail.zcml" /> 7 <!-- install job container 8 9 install a job container for asynchronous jobs. Pick one of the 10 two possibilites: 'single' for installation in the one big ZODB 11 or 'multidb' for setup with a dedicated ZODB for job handling. 12 --> 13 <!-- include package="waeup.kofa" file="async_single.zcml" / --> 14 <include package="waeup.kofa" file="async_multidb.zcml" /> 15 16 <!-- install dispatcher and other needed async components 17 18 install other needed components for asynchronous jobs. Pick one 19 of the two possibilities: 'basic_dispatcher' for single ZODB 20 setup, 'multidb_dispatcher' for setup with a dedicated ZODB for 21 job handling. Make sure the setting matches the setting picked 22 above. --> 7 23 <!-- include package="zc.async" file="basic_dispatcher_policy.zcml" / --> 8 24 <include package="zc.async" file="multidb_dispatcher_policy.zcml" />
Note: See TracChangeset for help on using the changeset viewer.