Re: [Zope-dev] Security-Problem

2003-02-19 Thread Steve Alexander
Shane Hathaway [EMAIL PROTECTED] wrote: Do you not want foo to have the Manager role? Andre Schubert wrote: No, because he is no longer in our company. Shane Hathaway [EMAIL PROTECTED] wrote: I think you're asking for a find + chown utility, right? I don't know of one, but it sure would

Re: [Zope-dev] How can I tell what a Zope Process is doing?

2003-02-19 Thread Chris Withers
Leonardo Rochael Almeida wrote: http://www.zope.org/Members/4am/debugspinningzope http://www.zope.org/Members/mcdonc/Products/ForensicLogger Thanks for the links :-) cheers, Chris ___ Zope-Dev maillist - [EMAIL PROTECTED]

Re: [Zope-dev] How can I tell what a Zope Process is doing?

2003-02-19 Thread Chris Withers
Toby Dickenson wrote: If you have got a live one then Control Panel / Debug Information will show current requests. Yaknow, I never even noticed that and it could be exactly what I'm after... thanks, Chris ___ Zope-Dev maillist - [EMAIL

Re: [Zope-dev] How can I tell what a Zope Process is doing?

2003-02-19 Thread Chris Withers
Dieter Maurer wrote: When your Zope comes back again (i.e. stops iterating finally), you can use my ZopeProfiler http://www.dieter.handshake.de/pyprojects/zope to learn what is using time (not memory!) in your Zope instance. I know about your excellent profiler already, but the problem here

[Zope-dev] Re: [ZODB-Dev] Zope 2.5.1 with ZEO 2.0.2 (fwd)

2003-02-19 Thread Brian R Brinegar
Thanks Tino, I did this: chown -R httpd * su httpd ./start and now I get this: Traceback (most recent call last): File /data/www/Zope.251.ZEO2/Zope/z2.py, line 470, in ? import ZServer File /data/www/Zope.251.ZEO2/src/Zope-2.5.1-src/ZServer/__init__.py, line 80, in ? from

Re: [Zope-dev] zope connector

2003-02-19 Thread J Cameron Cooper
Your idea sounds interesting and require more investigation on my part. I need to write application on a remote zope server (via wan, not part of our domain, but an extranet site) to access database tables on my domain. I don't think the other server has ZEO running. (Neither do I, but I can

[Zope-dev] [BUG] Quadratic ZODB bloat caused by PathIndex

2003-02-19 Thread Dieter Maurer
Zope 2.5.1 A PathIndex maps (pathsegment,level) onto the IISet of document ids with pathsegment at level in their path. An IISet is a single persistent object, written as a whole to the ZODB. Its size is proportional to the number of entries. Therefore a ZODB storage with undo support grows