{ "info": { "author": "Kapil Thangavelu", "author_email": "kapil.foss@gmail.com", "bugtrack_url": null, "classifiers": [ "Framework :: Plone", "Programming Language :: Python" ], "description": "Overview\n========\n\nExperimental performance improvements to content creation for Plone. Primarily\nthis works by trying to ensure that portal factory does not cause writes to the\nzodb, via making archetypes content portal factory aware such that they do not\nattempt to register themselves in various global catalogs. Previously portal \nfactory would manually unindex the content after the request, but that would still\ncause writes to global data structures, creating write conflict hotspots and zodb \nbloat for what should be a stateless operation.\n\nThis issue is being tracked by Plone at the following URL. \nhttps://dev.plone.org/plone/ticket/9672\n\nThis patch is for intended for existing versions of Plone (2x & 3x) to address \nthis issue.\n\nIt can be applied by adding the egg to a buildout, and including the package's\nzcml.\n\n\nChangeLog\n=========\n\n\n0.4.2 - 2009-12-09\n------------------\n\n- fix url to point to new location in collective svn repository.\n- emit log message on patch\n- additional docs\n\n0.4.1 - 2009-12-07\n------------------\n\n- packaging fix", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://dev.plone.org/collective/browser/experimental.portalfactoryfix", "keywords": "", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "experimental.portalfactoryfix", "package_url": "https://pypi.org/project/experimental.portalfactoryfix/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/experimental.portalfactoryfix/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://dev.plone.org/collective/browser/experimental.portalfactoryfix" }, "release_url": "https://pypi.org/project/experimental.portalfactoryfix/0.4.2/", "requires_dist": null, "requires_python": null, "summary": "Plone fix for portal factory not to cause zodb writes", "version": "0.4.2" }, "last_serial": 791811, "releases": { "0.4": [ { "comment_text": "", "digests": { "md5": "847f6c68c3ba12c8b1d4794923792f02", "sha256": "9a1c639769722eaefbc14763f0fc0567d7d572d39583297f96285b191ee00483" }, "downloads": -1, "filename": "experimental.portalfactoryfix-0.4.tar.gz", "has_sig": false, "md5_digest": "847f6c68c3ba12c8b1d4794923792f02", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2648, "upload_time": "2009-12-08T00:04:30", "url": "https://files.pythonhosted.org/packages/01/dc/898e696b9ba79917263c82a05b66924c52f102e6747fe6a6dd48219cad0c/experimental.portalfactoryfix-0.4.tar.gz" } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "be2d2649c5cf12a96571c415b8b66c9d", "sha256": "c12a0bfc1985872c9f62c21b0563b6c9f0035fe6f3748d3f1cdf1ea50ca12195" }, "downloads": -1, "filename": "experimental.portalfactoryfix-0.4.1.tar.gz", "has_sig": false, "md5_digest": "be2d2649c5cf12a96571c415b8b66c9d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2735, "upload_time": "2009-12-08T00:22:25", "url": "https://files.pythonhosted.org/packages/5c/65/ffc66f969a83ea40aa321b3437412a9e9bf11f5f257aae04df7ec2640870/experimental.portalfactoryfix-0.4.1.tar.gz" } ], "0.4.2": [ { "comment_text": "", "digests": { "md5": "270d17ae3b4955a7357bae68ddf81020", "sha256": "654050e3d4d7d5533c875f99d5bc6ef5865a98567055d057a4d123a84921fc69" }, "downloads": -1, "filename": "experimental.portalfactoryfix-0.4.2.tar.gz", "has_sig": false, "md5_digest": "270d17ae3b4955a7357bae68ddf81020", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3210, "upload_time": "2009-12-09T19:04:31", "url": "https://files.pythonhosted.org/packages/38/16/1f13a925f71914a6a3e6e2f3e76d13d8687e0a2d42078fb37153ccb7fd0a/experimental.portalfactoryfix-0.4.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "270d17ae3b4955a7357bae68ddf81020", "sha256": "654050e3d4d7d5533c875f99d5bc6ef5865a98567055d057a4d123a84921fc69" }, "downloads": -1, "filename": "experimental.portalfactoryfix-0.4.2.tar.gz", "has_sig": false, "md5_digest": "270d17ae3b4955a7357bae68ddf81020", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3210, "upload_time": "2009-12-09T19:04:31", "url": "https://files.pythonhosted.org/packages/38/16/1f13a925f71914a6a3e6e2f3e76d13d8687e0a2d42078fb37153ccb7fd0a/experimental.portalfactoryfix-0.4.2.tar.gz" } ] }