[Zope-dev] Slow startup times

2000-05-19 Thread Toby Dickenson
A number of times the subject of slow startup times has been raised, because it's particularly annoying while developing python products. I've always found it very snappy (restart in less than 4 seconds), but yesterday I found a machine where it was much slower (20 seconds). With the patch

[Zope-dev] long-running external python method

2000-05-19 Thread Mika, David P (CRD)
I have woes calling a long-running external class method. The external method must be called after the class instance is constructed, because the method modifies class properties. Modifications are done in the external method using python's urllib pointing to the object's manage_edit DTML

[Zope-dev] Subclassing LoginManager

2000-05-19 Thread Dan L. Pierson
OK, time for another Zen fix :-) It looks like I've almost got PTK working with the latest LoginManager. The remaining problem is that the login form doesn't work. I've finally figured out why. PTKBase.MemberFolder.MemberFolderBase.validate is much hairier than