You are not logged in Log in Join
You are here: Home » Members » mcdonc » Products

Log in
Name

Password

 

Products

Up one level

 Title   Type   Size   Last Modified   Description 
AutoLance Failure Tolerance Product Software Package   2001-11-14

A product for Linux systems to restart a Zope server when a deadlock or memory leak is detected. Has the potential to email on restart.

Core Session Tracking Software Package   2002-01-04

A development release of a session tracking implementation with the following features:

  • works across ZEO clients using the ZODB
  • interface-based extensibility
  • cookie and formvar session token support

Variations on this implementation are meant to be considered for inclusion in the Zope core sometime in the future.

NOTE! Zope 2.5 and better ships with sessioning technology based on CoreSessionTracking, so it needn't be installed on Zope 2.5 or better. However, the Zope 2.5 sessioning technology doesn't share an API with CST. If you've already started to develop using CST on older versions of Zope but you want to upgrade to Zope 2.5, CST is installable on Zope 2.5. You should try to migrate your code to the Zope 2.5 sessioning machinery when possible. CST will be maintained until its next release, 1.0, at which time it will likely become unmaintained.

For more info, see The Core Session Tracking Fishbowl Project.

EventLogManager Software Package   2000-08-17

A replacement for the Zope standard logging facility (zLOG) which supports configurable logging "targets" (syslog or file), complex rules, and GUI configuration.

Forensic System Data Logger Software Package   2001-11-19

The ForensicLogger is a Product which collects forensic information about the system upon which Zope is running, such as memory utilization, cpu usage, etc. It currently works only with Linux.

MultiHookMonkeyPatch Software Package   2002-01-16

Patch MultiHook for downgrades from Zope 2.5 to Zope 2.4/2.3. Zope 2.5 inserts an instance of SessionTraverser as a before publishing traverse function into the Application object's root. When Zope 2.4 attempts to use this as a before publishing traverse method, an error is raised because the MultiHook is actually trying to call a broken object (because there is no such class SessionTraverser in Zope 2.4, and Zope inserts "broken" objects for persistent objects that it can't find on the filesystem). As broken objects have no __call__ method, the symptom shows itself as an 'AttributeError: __call__ in line 171 of BeforeTraverse.py.

This patch causes the error to be logged but not raised to the application layer.

Install this like any other Product and restart your Zope.

C:\Documents and Settings\demo11\Desktop\tranalyzer_withdates.py File 8 K 2001-08-02  
A skins tool without any CMF dependencies. Software Package   2004-01-02

A version of the CMF "Skins Tool" without any actual CMF package dependencies. It is useful for people who want the benefits of CMF skins but don't want to incur the sometimes-unnecessary mental overhead of using the CMF itself.