Last change
on this file since 17939 was
17596,
checked in by Henrik Bettermann, 14 months ago
|
Add one more Zeo client.
|
-
Property svn:executable set to
*
|
File size:
1020 bytes
|
Rev | Line | |
---|
[17596] | 1 | # Identify the component configuration used to define the site: |
---|
| 2 | site-definition ${site_zcml:output} |
---|
| 3 | |
---|
| 4 | <zodb> |
---|
| 5 | |
---|
| 6 | #cache-size |
---|
| 7 | |
---|
| 8 | # num of concurrent pre-opened ZODB threads; default: 7 |
---|
| 9 | pool-size 7 |
---|
| 10 | |
---|
| 11 | # Uncomment this if you want to connect to a ZEO server instead: |
---|
| 12 | <zeoclient> |
---|
| 13 | server localhost:7010 |
---|
| 14 | storage 1 |
---|
| 15 | # ZEO client cache, in bytes |
---|
| 16 | cache-size 20MB |
---|
| 17 | # Uncomment to have a persistent disk cache |
---|
| 18 | client ${zope_conf_zeo_3:filestorage}/zeo3 |
---|
| 19 | </zeoclient> |
---|
| 20 | |
---|
| 21 | </zodb> |
---|
| 22 | |
---|
| 23 | <zodb async> |
---|
| 24 | <zeoclient> |
---|
| 25 | server localhost:7010 |
---|
| 26 | storage async |
---|
| 27 | name async |
---|
| 28 | # ZEO client cache, in bytes |
---|
| 29 | cache-size 20MB |
---|
| 30 | # Uncomment to have a persistent disk cache |
---|
| 31 | client ${zope_conf_zeo_3:filestorage}/zeo3_async |
---|
| 32 | </zeoclient> |
---|
| 33 | </zodb> |
---|
| 34 | |
---|
| 35 | <eventlog> |
---|
| 36 | # This sets up logging to a file. |
---|
| 37 | # The "path" setting can be a relative or absolute |
---|
| 38 | # filesystem path. |
---|
| 39 | |
---|
| 40 | <logfile> |
---|
| 41 | path ${zope_conf:logfiles}/zeo3_z3.log |
---|
| 42 | formatter zope.exceptions.log.Formatter |
---|
| 43 | </logfile> |
---|
| 44 | |
---|
| 45 | </eventlog> |
---|
| 46 | |
---|
| 47 | ${zope_conf:extra} |
---|
Note: See
TracBrowser for help on using the repository browser.