Skip to main content

Plone fix for portal factory not to cause zodb writes

Project description

Overview

Experimental performance improvements to content creation for Plone. Primarily this works by trying to ensure that portal factory does not cause writes to the zodb, via making archetypes content portal factory aware such that they do not attempt to register themselves in various global catalogs. Previously portal factory would manually unindex the content after the request, but that would still cause writes to global data structures, creating write conflict hotspots and zodb bloat for what should be a stateless operation.

This issue is being tracked by Plone at the following URL. https://dev.plone.org/plone/ticket/9672

This patch is for intended for existing versions of Plone (2x & 3x) to address this issue.

It can be applied by adding the egg to a buildout, and including the package’s zcml.

ChangeLog

0.4.2 - 2009-12-09

  • fix url to point to new location in collective svn repository.

  • emit log message on patch

  • additional docs

0.4.1 - 2009-12-07

  • packaging fix

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

experimental.portalfactoryfix-0.4.2.tar.gz (3.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page