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 _______________________________________________ Zope-Dev maillist - [EMAIL PROTECTED] http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope )
