Re: [ZODB-Dev] [fsrefs] KeyError: 'n'

2010-02-15 Thread Sidnei da Silva
Hi Andreas, Your error looks quite similar to: http://www.mail-archive.com/zodb-dev@zope.org/msg02207.html Maybe it's the same issue? -- Sidnei ___ For more information about ZODB, see the ZODB Wiki: http://www.zope.org/Wikis/ZODB/ ZODB-Dev

Re: [ZODB-Dev] Backing up Data.fs and blob directory

2008-09-04 Thread Sidnei da Silva
://mail.zope.org/mailman/listinfo/zodb-dev -- Sidnei da Silva Enfold Systems http://enfoldsystems.com Fax +1 832 201 8856 Office +1 713 942 2377 Ext 214 ___ For more information about ZODB, see the ZODB Wiki: http://www.zope.org/Wikis/ZODB/ ZODB-Dev

Re: [ZODB-Dev] BTree pickle size

2008-08-22 Thread Sidnei da Silva
. -- Sidnei da Silva Enfold Systems http://enfoldsystems.com Fax +1 832 201 8856 Office +1 713 942 2377 Ext 214 ___ For more information about ZODB, see the ZODB Wiki: http://www.zope.org/Wikis/ZODB/ ZODB-Dev mailing list - ZODB-Dev@zope.org http

Re: [ZODB-Dev] Re: ZODB Benchmarks

2007-11-06 Thread Sidnei da Silva
reachable from the main object, due to the way Pickler works (I believe). Maybe persistent_id can be analysed and optimized for the most common cases? -- Sidnei da Silva Enfold Systemshttp://enfoldsystems.com Fax +1 832 201 8856 Office +1 713 942 2377 Ext 214

Re: [ZODB-Dev] Re: ZODB Benchmarks

2007-10-31 Thread Sidnei da Silva
I think someone proposed to have something just like a WAL in ZODB. That could be an interesting optimization. -- Sidnei da Silva Enfold Systemshttp://enfoldsystems.com Fax +1 832 201 8856 Office +1 713 942 2377 Ext 214 ___ For more

Re: [ZODB-Dev] Storage Interfaces

2007-04-27 Thread Sidnei da Silva
that Stephan is talking about encrypted storage, and Jim is talking about encrypted transport? Of course you probably need both. :) -- Sidnei da Silva Enfold Systemshttp://enfoldsystems.com Fax +1 832 201 8856 Office +1 713 942 2377 Ext 214

[ZODB-Dev] Missing loader for multidatabase refs?

2007-03-29 Thread Sidnei da Silva
(dh.plen)) File /usr/local/zope/fabricio/zserver296/lib/python/ZODB/serialize.py, line 647, in referencesf oid = oid_loaders[reference_type](*args) -- Sidnei da Silva Enfold Systemshttp://enfoldsystems.com Fax +1 832 201 8856 Office +1 713 942 2377 Ext 214

Re: [ZODB-Dev] Re: PyPI-Entry

2007-03-01 Thread Sidnei da Silva
Not sure if there's anyone in charge of building Windows binaries. I could do that if you give me rights to upload to pypi. -- Sidnei da Silva Enfold Systemshttp://enfoldsystems.com Fax +1 832 201 8856 Office +1 713 942 2377 Ext 214

Re: [ZODB-Dev] [Enhancement Proposal] Garanteed lifetime for volatile variables

2006-09-29 Thread Sidnei da Silva
| Feedback is welcome -- either in the Wiki or here. I've seen an informal version of this by Dieter on a mailing list somewhere (might even have been this list) ages ago and even thought that it was already implemented. I really like the proposal, +1 on it. -- Sidnei da Silva Enfold Systems

Re: [ZODB-Dev] What makes the ZODB slow?

2006-06-26 Thread Sidnei da Silva
that person would likely see great improvements in pickle size reduction, and that it would even improve ZEO transport by reducing the size of the data that is transferred? Maybe we should propose such changes to Zope 2.10/2.11 since it already requires Python 2.4 (since Zope 2.9). -- Sidnei da

[ZODB-Dev] Re: [Zope-dev] tempstorage to ZEO?

2006-05-31 Thread Sidnei da Silva
On Wed, May 31, 2006 at 09:53:14AM +0200, Tino Wildenhain wrote: | Sidnei da Silva schrieb: | I was looking, and trying to understand why 'tempstorage' is not | included in the ZODB. | | Since some people might want to share sessions between ZEO clients, | and that 'tempstorage' is what

[ZODB-Dev] Re: [Zope-dev] tempstorage to ZEO?

2006-05-31 Thread Sidnei da Silva
, without resorting to zsqlsessions or similar. -- Sidnei da Silva Enfold Systemshttp://enfoldsystems.com Fax +1 832 201 8856 Office +1 713 942 2377 Ext 214 ___ For more information about ZODB, see the ZODB Wiki: http://www.zope.org

[ZODB-Dev] Re: [Zope-dev] tempstorage to ZEO?

2006-05-31 Thread Sidnei da Silva
of one of these if you want to see it. Slow for using sessions? Why didn't you use tempstorage then? Or you are just asserting that FileStorage over ZEO is noticeably slower than directly? -- Sidnei da Silva Enfold Systemshttp://enfoldsystems.com Fax +1 832 201 8856 Office +1 713

[ZODB-Dev] Re: [Zope-dev] tempstorage to ZEO?

2006-05-31 Thread Sidnei da Silva
On Wed, May 31, 2006 at 09:59:36AM -0400, Chris McDonough wrote: | | On May 31, 2006, at 9:55 AM, Sidnei da Silva wrote: | | On Wed, May 31, 2006 at 09:49:49AM -0400, Chris McDonough wrote: | | I've done this (at least with FileStorage) and it's | | sllo. Might be OK for low

[ZODB-Dev] tempstorage to ZEO?

2006-05-30 Thread Sidnei da Silva
with this? What I'm proposing is to move 'tempstorage' to 'ZODB', since it has no dependency on anything other than 'zLOG'. -- Sidnei da Silva Enfold Systemshttp://enfoldsystems.com Fax +1 832 201 8856 Office +1 713 942 2377 Ext 214

Re: [ZODB-Dev] Resource Managers not getting collected?

2006-05-26 Thread Sidnei da Silva
On Thu, May 25, 2006 at 02:41:32AM -0300, Sidnei da Silva wrote: | Anyone experienced this? Any clues about what to do to get more | information? /me still expecting Dieter Maurer's I've fixed this in my private copy of Zope by doing X, Y, Z :) -- Sidnei da Silva Enfold Systems

Re: [ZODB-Dev] Really want to refactor ZEO's networking archiecture

2006-05-05 Thread Sidnei da Silva
to implement a minimally working application because it depended on a few convoluted steps to setup, some of which could be trivially removed. One way or another, I think Jim's refactoring would simplify this, even if it's not a explicitly stated goal. -- Sidnei da Silva Enfold Systemshttp

Re: [ZODB-Dev] Really want to refactor ZEO's networking archiecture

2006-05-05 Thread Sidnei da Silva
On Fri, May 05, 2006 at 10:32:12AM -0400, Jim Fulton wrote: | Sidnei da Silva wrote: | ... | Oh, if I'm allowed to speak *wink*, it would be great if in this | refactoring 'zrpc' could be made to work with less dependencies. | | I'm using 'zrpc' on a project and it was a pain to implement

[ZODB-Dev] Corrupted Data Error?

2006-04-25 Thread Sidnei da Silva
this situation? -- Sidnei da Silva Enfold Systems, Inc. http://enfoldsystems.com Phone +1 713 942 2377 Ext 214 Fax +1 832 201 8856 ___ For more information about ZODB, see the ZODB Wiki: http://www.zope.org/Wikis/ZODB/ ZODB-Dev mailing

Re: [ZODB-Dev] Corrupted Data Error?

2006-04-25 Thread Sidnei da Silva
On Tue, Apr 25, 2006 at 10:22:25AM -0300, Sidnei da Silva wrote: | Any hint to what can be done to recover from this situation? It's a bad disk block situation. No blame on Zope. Getting a new disk. -- Sidnei da Silva Enfold Systemshttp://enfoldsystems.com Fax +1 832 201 8856

Re: [ZODB-Dev] packaging zodb in eggs.

2006-03-03 Thread Sidnei da Silva
On Fri, Mar 03, 2006 at 09:52:43AM -0500, Chris McDonough wrote: | | On Mar 3, 2006, at 8:08 AM, Sidnei da Silva wrote: | | On Thu, Mar 02, 2006 at 10:03:48PM -0500, Chris McDonough wrote: | | I'm taking a stab at packaging the various pieces of ZODB as eggs. | | One of the things I'd like to do

Re: [ZODB-Dev] packaging zodb in eggs.

2006-03-03 Thread Sidnei da Silva
On Fri, Mar 03, 2006 at 10:20:13AM -0500, Chris McDonough wrote: | On Mar 3, 2006, at 10:13 AM, Sidnei da Silva wrote: | | | Well, yes. I've already done that. But it's a hack. The runtime | | dependencies aren't a problem, it's the build-time dependencies. I | | don't know of a way to say

[ZODB-Dev] Conflict Error that won't go away?

2006-03-02 Thread Sidnei da Silva
, the system ran out of disk space during a large transaction. Could this have affected the database? What are the steps to recover from it? Maybe truncate the database? What can be done to avoid it in the future? -- Sidnei da Silva Enfold Systems, LLC. http://enfoldsystems.com

[ZODB-Dev] Persistent ZEO Cache corruption?

2006-01-12 Thread Sidnei da Silva
*. -- Sidnei da Silva Enfold Systems, LLC. http://enfoldsystems.com ___ For more information about ZODB, see the ZODB Wiki: http://www.zope.org/Wikis/ZODB/ ZODB-Dev mailing list - ZODB-Dev@zope.org http://mail.zope.org/mailman/listinfo/zodb-dev

Re: [ZODB-Dev] Savepoints and Shared.DC.ZRDB.TM

2005-12-21 Thread Sidnei da Silva
On Tue, Dec 20, 2005 at 11:51:16PM -0500, Tim Peters wrote: | [Tim Peters] | It's the traceback that's needed here. You're working too hard ;-) | | [Sidnei da Silva] | Indeed. | |File C:\Arquivos de programas\Enfold | Server\Products\ATContentTypes\tests\atcttestcase.py, line 258

[ZODB-Dev] Savepoints and Shared.DC.ZRDB.TM

2005-12-20 Thread Sidnei da Silva
I have a object that subclasses from Shared.DC.ZRDB.TM and it's bombing with a 'TypeError: Savepoints unsupported' with Zope 2.8. Should the Shared.DC.ZRDB.TM implement savepoints as a 'noop' maybe? Note that some (all?) RDB adapters might depend on this class still. -- Sidnei da Silva Enfold

Re: [ZODB-Dev] Savepoints and Shared.DC.ZRDB.TM

2005-12-20 Thread Sidnei da Silva
On Tue, Dec 20, 2005 at 09:01:08PM -0500, Tim Peters wrote: | [Sidnei da Silva] | I have a object that subclasses from Shared.DC.ZRDB.TM and it's bombing | with a 'TypeError: Savepoints unsupported' with Zope 2.8. | | Please find a full traceback and share it. | | Should the Shared.DC.ZRDB.TM

[ZODB-Dev] Test Failures

2005-12-16 Thread Sidnei da Silva
(Products.Transience.tests.testTransientObjectContainer.TestTransientObjectContainer) -- Sidnei da Silva Enfold Systems, LLC. http://enfoldsystems.com ___ For more information about ZODB, see the ZODB Wiki: http://www.zope.org/Wikis/ZODB/ ZODB-Dev mailing list - ZODB-Dev

Re: [ZODB-Dev] Test Failures

2005-12-16 Thread Sidnei da Silva
. Running all the tests takes 1864 seconds, so I can see it taking too long :) -- Sidnei da Silva Enfold Systems, LLC. http://enfoldsystems.com ___ For more information about ZODB, see the ZODB Wiki: http://www.zope.org/Wikis/ZODB/ ZODB-Dev mailing list

Re: [Zope-dev] Re: [ZODB-Dev] Test Failures

2005-12-16 Thread Sidnei da Silva
On Fri, Dec 16, 2005 at 03:01:59PM -0200, Sidnei da Silva wrote: | But, why only the 2.8 tests would fail then? I'll try a 'make clean' | before running the tests and see if it helps. That did indeed help, sorry for the noise. -- Sidnei da Silva Enfold Systems, LLC. http://enfoldsystems.com

Re: [ZODB-Dev] Re: Zope 2.8.1 w Zeo 3.4.1 fails where standalone Zope 2.8.1works

2005-09-22 Thread Sidnei da Silva
to get a consistent case to reproduce. -- Sidnei da Silva Enfold Systems, LLC. http://enfoldsystems.com ___ For more information about ZODB, see the ZODB Wiki: http://www.zope.org/Wikis/ZODB/ ZODB-Dev mailing list - ZODB-Dev@zope.org http

Re: [ZODB-Dev] Reloading product in 2.8

2005-07-14 Thread Sidnei da Silva
. -- Sidnei da Silva Enfold Systems, LLC. http://enfoldsystems.com ___ For more information about ZODB, see the ZODB Wiki: http://www.zope.org/Wikis/ZODB/ ZODB-Dev mailing list - ZODB-Dev@zope.org http://mail.zope.org/mailman/listinfo/zodb-dev

Re: [ZODB-Dev] Try and fail connect strategy for zeo/zrpc

2005-07-02 Thread Sidnei da Silva
will retry a connection 'forever'. I just want to see if the port is listening and it smells like ZEO with the minimal reasonable timeout. -- Sidnei da Silva Enfold Systems, LLC. ___ For more information about ZODB, see the ZODB Wiki: http://www.zope.org

Re: [ZODB-Dev] TmpStore missing loadBefore

2005-06-26 Thread Sidnei da Silva
On Sun, Jun 26, 2005 at 01:09:54PM -0300, Sidnei da Silva wrote: | We've hit a case where loadBefore would get called on TmpStore during | plone.org migration. | | Unfortunately TmpStore doesn't implement loadBefore. There seems to be | no tests for this. I tried to write one and provide a fix

Re: [ZODB-Dev] Running the test suite

2005-04-05 Thread Sidnei da Silva
On Tue, Apr 05, 2005 at 03:15:33PM +0200, Florent Guillaume wrote: | As it is I do a setup.py build every time before I run the tests but I'd | like to do everything in place. Like python setup.py build_ext -i ? -- Sidnei da Silva [EMAIL PROTECTED] http://awkly.org - dreamcatching :: making