18 Jul
2003
18 Jul
'03
7:17 p.m.
Brian Brinegar wrote at 2003-7-17 11:10 -0500:
I work with a Zope deployment at a University. Each school has a folder within the Zope deploy where they have complete control. We allow each student, staff, and faculty member to have their own personal folder.
One of the problems with this is that users can write a script which loops indefinitely.
We solve such problems (mostly) by separating production, quality test and development to different Zope instances. We use CVS and ZSyncer to synchronize between the various instances. Dieter