Re: [ZODB-Dev] Changing namespace - best strategy

2013-08-23 Thread Adam GROSZER
On 08/23/2013 09:07 AM, Marius Gedminas wrote: And then there's https://pypi.python.org/pypi/zodbupdate which sounds exactly like the tool you want for this. Yeah, that definitely works. You just got to get the moving classes/definitions right. -- Best regards, Adam GROSZER -- Quote

Re: [ZODB-Dev] zc.zlibstorage missing from zodb package

2013-07-22 Thread Adam GROSZER
to even think of it. IMHO the wrapper architecture is a good thing, you can do some handy things as: https://pypi.python.org/pypi/cipher.encryptingstorage -- Best regards, Adam GROSZER -- Quote of the day: It's not whether you win or lose, it's how good you look playing! - David Lee

Re: [ZODB-Dev] transaction: synchronizer newTransaction() behavior

2013-03-11 Thread Adam GROSZER
Hello, Slightly offtopic: https://pypi.python.org/pypi/mongopersist On 03/09/2013 03:54 AM, Siddhartha Kasivajhula wrote: ... -- Best regards, Adam GROSZER -- Quote of the day: The only thing worse than an alarm going off is one that doesn't. - Unknown

Re: [ZODB-Dev] [Zope3-Users] MemoryError Evolving a ZODB

2012-12-12 Thread Adam GROSZER
something? Could it be something about objects with circular references not being able to be garbage-collected? The objects in my DB are quite complex, so something like that might actually be happening. Adam Groszer-3 wrote: Well it loads too many objects in a single transaction. Doing this after

Re: [ZODB-Dev] SVN: ZODB/trunk/ Note split of persistent.

2012-08-27 Thread Adam GROSZER
information about ZODB, see http://zodb.org/ ZODB-Dev mailing list - ZODB-Dev@zope.org https://mail.zope.org/mailman/listinfo/zodb-dev -- Best regards, Adam GROSZER -- Quote of the day: Never let a man imagine that he can pursue a good end by evil means, without sinning against his own

Re: [ZODB-Dev] Build compression into ZODB 3.11?

2012-03-20 Thread Adam GROSZER
regards, Adam GROSZER -- Quote of the day: Facts do not cease to exist because they are ignored. ___ For more information about ZODB, see http://zodb.org/ ZODB-Dev mailing list - ZODB-Dev@zope.org https://mail.zope.org/mailman/listinfo/zodb-dev

Re: [ZODB-Dev] Build compression into ZODB 3.11?

2012-03-19 Thread Adam GROSZER
an issue. Hopefully it will be fixed. emmm, windows pains in sight? -- Best regards, Adam GROSZER -- Quote of the day: The truest test of independent judgment is being able to dislike someone who admires us, and to admire someone who dislikes us. - Sydney J. Harris

Re: [ZODB-Dev] the difference between normal class object and the ZODB Persistent subclass object

2011-09-27 Thread Adam GROSZER
/ ___ For more information about ZODB, see the ZODB Wiki: http://www.zope.org/Wikis/ZODB/ ZODB-Dev mailing list - ZODB-Dev@zope.org https://mail.zope.org/mailman/listinfo/zodb-dev -- Best regards, Adam GROSZER -- Quote of the day: A city is a large community where people are lonesome

Re: [ZODB-Dev] Delete an object in a IOBTree

2011-08-05 Thread Adam GROSZER
class (broken). BTrees had a bug earlier that kept some already deleted key-values referenced. Worst case I'd build a new BTree: old = some.object.attribute new = old.__class__() for k,v in old.items(): new[k] = v some.object.attribute = new -- Best regards, Adam GROSZER -- Quote

[ZODB-Dev] packing ZODB

2011-03-31 Thread Adam GROSZER
an idea might be to split up transactions to one transaction per object state somehow and pack again. This would definitely work only offline of course. How is this handled by relstorage? -- Best regards, Adam GROSZER -- Quote of the day: The most beautiful thing we can experience

Re: [ZODB-Dev] packing ZODB

2011-03-31 Thread Adam GROSZER
. RelStorage owes much of its success to simply duplicating the functionality of FileStorage and ZEO. ;-) Yup, checked that and it works... You just got to get rid of all references ;-) -- Best regards, Adam GROSZER -- Quote of the day: The proud man counts his newspaper clippings- the humble man his

[ZODB-Dev] savepoint not doing cacheGC?

2011-03-31 Thread Adam GROSZER
not with python 2.6 and ZODB 3.9.6. config is: cache-size 1 cache-size-bytes 50MB -- Best regards, Adam GROSZER -- Quote of the day: Patience is the companion of wisdom. - St. Augustine ___ For more information about ZODB, see the ZODB Wiki

Re: [ZODB-Dev] zodbupdate install problem

2011-02-16 Thread Adam GROSZER
, Chris Fanning wrote: On Tue, Feb 15, 2011 at 5:16 PM, Adam GROSZER agros...@gmail.com mailto:agros...@gmail.com wrote: Hello, You got to use python 2.6, at least for zodbupdate. Thanks. I'd managed to get it going with 2.5 but I

Re: [ZODB-Dev] zodbupdate install problem

2011-02-15 Thread Adam GROSZER
Hello, You got to use python 2.6, at least for zodbupdate. On Tue, 15 Feb 2011 17:10:23 +0100 you wrote: On Tue, Feb 15, 2011 at 5:03 PM, Chris Fanning christopher.fann...@gmail.com mailto:christopher.fann...@gmail.com wrote: Hi, I've been using zodb as the database on a

Re: [ZODB-Dev] Emulating site import/export or walking through all site objects?

2010-11-05 Thread Adam GROSZER
/Automatizing-uninstalls-cleanly-test-tp5705298p5705298.html zodbupdate comes to my mind. http://pypi.python.org/pypi/zodbupdate/0.5 It will find ALL objects which can't be loaded. -- Best regards, Adam GROSZERmailto:agros...@gmail.com -- Quote of the day: Art

[ZODB-Dev] weird error while packing

2010-08-29 Thread Adam GROSZER
\ZODB3-3.9.5-py2.5-win32.egg\ZODB\FileStorage\fspack.py, line 276, in findReachableAtPacktime for oid in self.findrefs(pos): SystemExit Any pointers appreciated. -- Best regards, Adam GROSZER mailto:agros...@gmail.com -- Quote of the day: When we walk to the edge of all

[ZODB-Dev] buildbot for ZODB on windows

2010-06-29 Thread Adam GROSZER
Hello, There's a buildbot for ZODB for various windows platforms at http://winbot.zope.org -- Best regards, Adam GROSZER mailto:agros...@gmail.com -- Quote of the day: Pain can be a positive thing ___ For more information

Re: [ZODB-Dev] ZODB Book

2010-06-16 Thread Adam GROSZER
: AR http://www.zope.org/Wikis/ZODB/ AR ZODB-Dev mailing list - ZODB-Dev@zope.org AR https://mail.zope.org/mailman/listinfo/zodb-dev -- Best regards, Adam GROSZERmailto:agros...@gmail.com -- Quote of the day: People will buy anything that's one to a customer

[ZODB-Dev] My bugday

2010-06-16 Thread Adam GROSZER
it to full mode if nothing big happens. -- Best regards, Adam GROSZER mailto:agros...@gmail.com -- Quote of the day: Desire joy and thank God for it. Renounce it, if need be, for other's sake. That's joy beyond joy. - Robert Browning

Re: [ZODB-Dev] Some interesting (to some:) numbers

2010-05-12 Thread Adam GROSZER
more object records. I was thinking about using other compressors. I found this: http://tukaani.org/lzma/benchmarks.html Seems like gzip/zlib is the fastest with some expense of efficiency. -- Best regards, Adam GROSZERmailto:agros...@gmail.com -- Quote of the day

Re: [ZODB-Dev] Some interesting (to some:) numbers

2010-05-11 Thread Adam GROSZER
storage file, JF checking compressed and uncompressed pickle sizes. I'd say some checksum is then also needed to detect bit failures that mess up the compressed data. -- Best regards, Adam GROSZERmailto:agros...@gmail.com -- Quote of the day: A true friend is someone

Re: [ZODB-Dev] Some interesting (to some:) numbers

2010-05-11 Thread Adam GROSZER
Hello Jim, Tuesday, May 11, 2010, 12:33:04 PM, you wrote: JF On Tue, May 11, 2010 at 3:16 AM, Adam GROSZER agros...@gmail.com wrote: Hello Jim, Monday, May 10, 2010, 1:27:00 PM, you wrote: JF On Sun, May 9, 2010 at 4:59 PM, Roel Bruggink r...@fourdigits.nl wrote: That's really interesting

Re: [ZODB-Dev] Some interesting (to some:) numbers

2010-05-11 Thread Adam GROSZER
Hello, Tuesday, May 11, 2010, 1:59:17 PM, you wrote: N Am 11.05.2010, 13:47 Uhr, schrieb Adam GROSZER agros...@gmail.com: Hello Jim, Tuesday, May 11, 2010, 1:37:19 PM, you wrote: JF On Tue, May 11, 2010 at 7:13 AM, Adam GROSZER agros...@gmail.com wrote: Hello Jim, Tuesday, May 11

Re: [ZODB-Dev] Some interesting (to some:) numbers

2010-05-11 Thread Adam GROSZER
Hello Jim, Tuesday, May 11, 2010, 4:46:46 PM, you wrote: JF On Tue, May 11, 2010 at 7:47 AM, Adam GROSZER agros...@gmail.com wrote: Hello Jim, Tuesday, May 11, 2010, 1:37:19 PM, you wrote: JF On Tue, May 11, 2010 at 7:13 AM, Adam GROSZER agros...@gmail.com wrote: Hello Jim, Tuesday

Re: [ZODB-Dev] Using zodb and blobs

2010-04-15 Thread Adam GROSZER
: 0.2 5000.0 0.2 5000.0 0.2 5000.0 0.19 5263.15789474 0.19 5263.15789474 -- Best regards, Adam GROSZERmailto:agros...@gmail.com -- Quote of the day: People seem to enjoy things more when they know a lot of other people have been left out of the pleasure. - Russell

Re: [ZODB-Dev] Checking the length of OOBTree

2010-04-08 Thread Adam GROSZER
___ LR For more information about ZODB, see the ZODB Wiki: LR http://www.zope.org/Wikis/ZODB/ LR ZODB-Dev mailing list - ZODB-Dev@zope.org LR https://mail.zope.org/mailman/listinfo/zodb-dev -- Best regards, Adam GROSZERmailto:agros...@gmail.com -- Quote of the day

[ZODB-Dev] cache-size-bytes problem

2010-03-26 Thread Adam GROSZER
Hello, So far I know Hanno fixed that. Any chance to get it released as 3.9.5? -- Best regards, Adam GROSZER mailto:agros...@gmail.com -- Quote of the day: If you don't care where you are, then you ain't lost. ___ For more

Re: [ZODB-Dev] Understanding the ZODB cache-size option

2010-03-23 Thread Adam GROSZER
/listinfo/zodb-dev -- Best regards, Adam GROSZERmailto:agros...@gmail.com -- Quote of the day: You can't cross a chasm in two small jumps. ___ For more information about ZODB, see the ZODB Wiki: http://www.zope.org/Wikis/ZODB

[ZODB-Dev] redirect burps on unicode URLs

2010-02-25 Thread Adam GROSZER
\.buildout\eggs\zope.publisher-3.4.6-py2.5.egg\zope\publisher\http.py, line 676, in setHeader value = str(value) UnicodeEncodeError: 'ascii' codec can't encode character u'\xd6' in position 71: ordinal not in range(128) -- Best regards, Adam GROSZER mailto:agros

Re: [ZODB-Dev] ConnectionStateError from ZODB.Connection

2010-02-02 Thread Adam GROSZER
, You're storing a persistent object in a global JF variable and accessing it after JF its connection has been closed. JF Jim -- Best regards, Adam GROSZERmailto:agros...@gmail.com -- Quote of the day: There is often less danger in the things we fear than

[ZODB-Dev] how to estimate cache size

2010-01-15 Thread Adam GROSZER
object count to get the total of objects in the cache, right? -- Best regards, Adam GROSZER mailto:agros...@gmail.com -- Quote of the day: Instead of crying over spilt milk, go milk another cow. ___ For more information about ZODB

Re: [ZODB-Dev] how to estimate cache size

2010-01-15 Thread Adam GROSZER
to get the number of objects in the cache? AG Is there any chance to estimate the current cache size in bytes? AG Also I guess I need to add all connection's picklecache's object count AG to get the total of objects in the cache, right? -- Best regards, Adam GROSZER

[ZODB-Dev] relstorage - memcached - noSQL(?)

2009-11-25 Thread Adam GROSZER
BerkeleyDB should be (sofar I see -- but never used it) also a (not that minimal) KVDB. I'd like to personally chase these ideas, but I don't think I'll get some time soon. Also I guess you have a deeper knowledge about storages. -- Best regards, Adam GROSZER mailto:agros

Re: [ZODB-Dev] relstorage - memcached - noSQL(?)

2009-11-25 Thread Adam Groszer
lock. And the CAP theorem - I think a ZODB backend cannot get by without all 3 properties. But about the latter two I did not think yet in depth and there are just too many KVDBs out there to explore. On Wed, Nov 25, 2009 at 2:29 PM, Shane Hathaway sh...@hathawaymix.org wrote: Adam GROSZER wrote

Re: [ZODB-Dev] [OT] NoSQL

2009-11-13 Thread Adam GROSZER
regards, Adam GROSZERmailto:agros...@gmail.com -- Quote of the day: For a good time, call 836-3100. ___ For more information about ZODB, see the ZODB Wiki: http://www.zope.org/Wikis/ZODB/ ZODB-Dev mailing list - ZODB-Dev@zope.org

[ZODB-Dev] copy on write

2009-11-01 Thread Adam GROSZER
Hi Jim, Have you seen Malthe's latest package that tries to implement a persistency with copy on write? ( http://svn.repoze.org/dobbin/trunk ) Do you see any chance to do the same with the good old ZODB? -- Best regards, Adam GROSZER mailto:agros...@gmail.com

Re: [ZODB-Dev] CRC check failed when running repozo

2009-09-14 Thread Adam GROSZER
Hello, +1 on that. Sometimes copy operations (over the network) screw up some bits. Happens rarely but then it hits hard. Monday, September 14, 2009, 10:13:39 AM, you wrote: CT Hmm. Haven't seen that. My guess would be some low-level data corruption. CT Christian -- Best regards, Adam

Re: [ZODB-Dev] URGENT: ZODB down - Important Software Application at CERN

2009-05-26 Thread Adam GROSZER
Hello Jim, Where's that certain size on the scale? Tuesday, May 26, 2009, 3:35:56 PM, you wrote: JF FileStorage indexes can't be saved after they reach a certain size, JF where size roughly based on the number of objects. -- Best regards, Adam GROSZER

Re: [ZODB-Dev] ZODB browse

2009-04-25 Thread Adam GROSZER
-- Best regards, Adam GROSZERmailto:agros...@gmail.com -- Quote of the day: Every time I think I know where it's at, they move it. ___ For more information about ZODB, see the ZODB Wiki: http://www.zope.org/Wikis/ZODB/ ZODB-Dev

Re: [ZODB-Dev] error installing ZODB 3.9.0a12 with Python 2.6 on Windows

2009-04-03 Thread Adam GROSZER
by easy_install. CW While: CWInstalling zeoinstance. CWGetting distribution for 'ZODB3==3.9.0a11'. CW Error: Couldn't install: ZODB3 3.9.0a11 CW Is returning None from bdist_egg an error? If so, what does it mean? CW Chris -- Best regards, Adam GROSZER

[ZODB-Dev] create unique container keys

2009-04-02 Thread Adam GROSZER
regards, Adam GROSZER mailto:agros...@gmail.com -- Quote of the day: And the number one thing you'll never hear in an internet chat room: 1. Where have I been lately? Hey, some of us have a life, ya know! ___ For more information

[ZODB-Dev] _p_oid

2009-04-01 Thread Adam GROSZER
to be unique over all instances accessing the same DB? thanks -- Best regards, Adam GROSZER mailto:agros...@gmail.com -- Quote of the day: It is the province of knowledge to speak, and its a privilege of wisdom to listen. - Oliver Wendell Homes

Re: [ZODB-Dev] example for the following?

2009-01-22 Thread Adam GROSZER
Scimatic Software Inc. JM www.scimatic.com  JM   JM We build software for scientists. JM -- Best regards, Adam GROSZERmailto:agros...@gmail.com -- Quote of the day: You will feel hungry again in another hour

Re: [ZODB-Dev] problem with broken

2008-11-05 Thread Adam GROSZER
MyOldClassName LR after you have updated all of the pickles (with your code below). LR Laurence LR Adam GROSZER wrote: Hello, I'm having a problem with broken objects here. It's coming when I'm trying to evolve generations and the generation just touches all objects in the ZODB to store

Re: Hooking persistent.Persistent.__setstate__ was Re: [ZODB-Dev] Analyzing a ZODB.

2008-04-06 Thread Adam GROSZER
;-) Maybe you should post that on [EMAIL PROTECTED] btw, there is also a proposal on the GSoC list to further elaborate the zodbbrowser. svn://svn.zope.org/repos/main/z3c.zodbbrowser/sandbox/src/z3c/zodbbrowser Any ideas welcome. -- Best regards, Adam GROSZERmailto:[EMAIL

[ZODB-Dev] Re: [Zope3-dev] Re: Community opinion about search+filter

2007-03-28 Thread Adam Groszer
Hello, Somehow relevant to the subject I just found an article on Wickert's site: http://www.wiggy.net/ , Using a seperate Data.fs for the catalog -- Best regards, Groszer Adam -- Quote of the day: Keep your fears for yourself, but share your courage with others. - Robert Louis Stevenson

[ZODB-Dev] Community opinion about search+filter

2007-03-14 Thread Adam Groszer
Hello, I'd like to ask your opinion, your experiences about searching and filtering in quite large object DBs. We need to add search and filter functions to our current app, where the user might be able to create quite _sophisticated_ filter criterias. (The app is a pure Z3 app, subject is

[ZODB-Dev] UnpickleableError

2007-03-08 Thread Adam Groszer
Hello, Just run into a usual Cannot pickle type 'zope.security._proxy._Proxy' objects exception. What about doing the following patch, that might help a lot determining what cannot be pickled? Index: serialize.py === ---

Re[2]: [ZODB-Dev] UnpickleableError

2007-03-08 Thread Adam Groszer
and the parent object state. This data is present in the method just needs to be printed. The printing/logging method can be negotiated I found this way of logging some lines below. Thursday, March 8, 2007, 5:09:29 PM, you wrote: CW Adam Groszer wrote: Hello, Just run into a usual Cannot

Re[4]: [ZODB-Dev] ZODB load/save tracing

2007-03-06 Thread Adam Groszer
Quoting Adam Groszer [EMAIL PROTECTED] on 03/06/07: Hello Christian, It's mostly done. Available at z3c.zodbtracing as inbetween I figured out that tracing the connection should be also possible. Saturday, February 24, 2007, 8:00:40 PM, you wrote: Hi, I'm pretty sure there are no hooks around

Re[2]: [ZODB-Dev] ZODB load/save tracing

2007-03-05 Thread Adam Groszer
this way, I'd be happy to help out with some of the packaging mechanics and getting the ZConfig parts fletched out. Christian Am Samstag, den 24.02.2007, 14:33 +0100 schrieb Adam Groszer: Hello, I'm using ZODB in a GUI application, so outside of Zope. I'm having performance problems

Re[4]: [ZODB-Dev] ZODB load/save tracing

2007-02-26 Thread Adam Groszer
should call zope.event.notify. I intent in 3.8 or 3.9 to start having ZODB depend on zope.event. We really should have used events rather than adding the callback's we've added recently. Jim On Feb 25, 2007, at 3:19 AM, Adam Groszer wrote: Hello Christian, Gosh, that looks simple

Re[2]: [ZODB-Dev] ZODB load/save tracing

2007-02-25 Thread Adam Groszer
storage to allow usage with multiple other storages. This could be a useful extensions to ZODB. If you go this way, I'd be happy to help out with some of the packaging mechanics and getting the ZConfig parts fletched out. Christian Am Samstag, den 24.02.2007, 14:33 +0100 schrieb Adam

[ZODB-Dev] ZODB load/save tracing

2007-02-24 Thread Adam Groszer
Hello, I'm using ZODB in a GUI application, so outside of Zope. I'm having performance problems. I'm already on the way of figuring out what causes a lot of object load. getTransferCounts helped in that. But now I would need something more detailed. Are there any hooks or something to get

Re[2]: [ZODB-Dev] Commit Progress Indictor

2006-08-17 Thread Adam Groszer
Hello Tino, Just trying to take the road with the least number of stones. Obviously it is not worth to touch the ZODB internals. Thursday, August 17, 2006, 1:59:19 PM, you wrote: TW Jim Fulton schrieb: TW ... I can put a fake progress indicator anytime that advances every second a bit and

Re[2]: [ZODB-Dev] Commit Progress Indictor

2006-08-16 Thread Adam Groszer
Hello Dieter, Do you think that's possible? Any ideas or tips? Monday, August 14, 2006, 7:09:51 PM, you wrote: Chris S wrote at 2006-8-14 11:06 -0400: When commiting a transaction, is there any way to track the progress of data commited? No, nobody has yet envisaged this use case... I have

Re[4]: [ZODB-Dev] Commit Progress Indictor

2006-08-16 Thread Adam Groszer
Hello Andreas, Yep, you're right :-) Are there any hooks in ZODB to support that or that should be a major overhaul? Wednesday, August 16, 2006, 11:03:54 AM, you wrote: --On 16. August 2006 10:52:51 +0200 Adam Groszer [EMAIL PROTECTED] wrote: Hello Dieter, Do you think that's possible

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

2006-06-27 Thread Adam Groszer
Hello Tim, Monday, June 26, 2006, 11:28:51 PM, you wrote: [snip] AFAIK, nobody anywhere has used this yet, outside of Python's test suite. It was intended to be a simple, cheap approach to cutting pickle bloat for apps motivated enough to set up the registry. You'll note that half the

Re[2]: [ZODB-Dev] Advice needed

2006-06-23 Thread Adam Groszer
Hi Andreas, Thank you for your quick answer. Friday, June 23, 2006, 2:36:56 PM, you wrote: AJ --On 23. Juni 2006 14:27:52 +0200 Adam Groszer [EMAIL PROTECTED] wrote: Hi there, I know it is not easy, but I need some advices to keep our bosses happy at the planning stage of our application