1 Jul
2002
1 Jul
'02
8:25 p.m.
alwyn@smart.com.ph writes:
Is it then possible for example to have pieces of Python code start up when zope start up that will be persistent and executing for as long as zope runs? The Zope framework does not support this directly.
But sure, it is possible. You need to change the source rather than obtain this through Zope management. Look at Zope's database adapters for an example on how to connect to external systems... Dieter