Changeset 8864 for main/waeup.kofa/branches/uli-zc-async
- Timestamp:
- 1 Jul 2012, 14:42:16 (12 years ago)
- Location:
- main/waeup.kofa/branches/uli-zc-async
- Files:
-
- 3 added
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/branches/uli-zc-async/buildout-zeo.cfg
r8662 r8864 50 50 </filestorage> 51 51 </blobstorage> 52 <filestorage async> 53 path ${zope_conf:filestorage}/Data.async.fs 54 </filestorage> 52 55 <eventlog> 53 56 # This sets up logging to a file. -
main/waeup.kofa/branches/uli-zc-async/etc/site.zcml.in
r7904 r8864 5 5 <include package="waeup.kofa" /> 6 6 <include package="waeup.kofa" file="mail.zcml" /> 7 <!-- include package="zc.async" file="basic_dispatcher_policy.zcml" / --> 8 <include package="zc.async" file="multidb_dispatcher_policy.zcml" /> 7 9 8 10 <!-- Where should the datacenter reside by default? --> -
main/waeup.kofa/branches/uli-zc-async/etc/zeo2.ini.in
r8663 r8864 54 54 use = egg:Paste#http 55 55 host = ${kofa_params:host} 56 port = ${kofa_params:zeo 1_port}56 port = ${kofa_params:zeo2_port} 57 57 threadpool_workers = ${kofa_params:threadpool_workers} 58 58 use_threadpool = True -
main/waeup.kofa/branches/uli-zc-async/etc/zope.conf.in
r5495 r8864 28 28 </zodb> 29 29 30 <zodb async> 31 <filestorage> 32 # create true 33 path ${zope_conf:filestorage}/Data.async.fs 34 </filestorage> 35 </zodb> 36 30 37 <eventlog> 31 38 # This sets up logging to a file. -
main/waeup.kofa/branches/uli-zc-async/etc/zope_zeo1.conf.in
r8122 r8864 26 26 server localhost:8100 27 27 storage 1 28 # ZEO client cache, in bytes28 # ZEO client cache, in bytes 29 29 cache-size 20MB 30 30 # Uncomment to have a persistent disk cache … … 61 61 </zodb> 62 62 63 <zodb async> 64 <zeoclient> 65 server localhost:8100 66 storage async 67 name async 68 # ZEO client cache, in bytes 69 cache-size 20MB 70 # Uncomment to have a persistent disk cache 71 client ${zope_conf_zeo_1:filestorage}/zeo1_async 72 </zeoclient> 73 </zodb> 74 63 75 <eventlog> 64 76 # This sets up logging to a file. -
main/waeup.kofa/branches/uli-zc-async/etc/zope_zeo2.conf.in
r8122 r8864 61 61 </zodb> 62 62 63 <zodb async> 64 <zeoclient> 65 server localhost:8100 66 storage async 67 name async 68 # ZEO client cache, in bytes 69 cache-size 20MB 70 # Uncomment to have a persistent disk cache 71 client ${zope_conf_zeo_1:filestorage}/zeo2_async 72 </zeoclient> 73 </zodb> 74 75 63 76 <eventlog> 64 77 # This sets up logging to a file. -
main/waeup.kofa/branches/uli-zc-async/setup.py
r8492 r8864 37 37 'zope.sendmail', 38 38 'ulif.loghandlers', 39 'zc.async[z3]', 39 40 ], 40 41 -
main/waeup.kofa/branches/uli-zc-async/src/waeup/kofa/configure.zcml
r8426 r8864 17 17 <grok:grok package="." /> 18 18 19 19 <!-- include package="." file="async.zcml" / --> 20 20 <includeOverrides package="waeup.kofa.widgets" file="overrides.zcml" /> 21 21 <includeOverrides package="waeup.kofa.utils" file="overrides.zcml" />
Note: See TracChangeset for help on using the changeset viewer.