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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Hashes for experimental.portalfactoryfix-0.4.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 654050e3d4d7d5533c875f99d5bc6ef5865a98567055d057a4d123a84921fc69 |
|
MD5 | 270d17ae3b4955a7357bae68ddf81020 |
|
BLAKE2b-256 | 38161f13a925f71914a6a3e6e2f3e76d13d8687e0a2d42078fb37153ccb7fd0a |