[ZODB-Dev] Broken instances after refactoring in ZODB

2008-10-03 Thread Adam
directory. Many thanks, Adam ___ 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] Broken instances after refactoring in ZODB

2008-10-04 Thread Adam
really because the ZODB is the most obvious database choice to use and I've been banging on to all who'll listen about OODBs. Ideally I'd like to understand it enough to document it for other people. Thanks for replying. Adam Shane ___ For more

[ZODB-Dev] passing a reference to ZODB around a CGI

2008-10-08 Thread Adam
it from anywhere. Is there a better way to reach the database dict from anywhere within my code? I have a lot of small classes, dynamically called, which need access to the internet (menu builder, tag list lookups etc). Many thanks, Adam Auckland

[ZODB-Dev] Python 3

2008-12-05 Thread Adam
Hi all, Is there a roadmap for getting ZODB to work on Python 3 or is that beyond the realms of possibility? Possibly, using a Python 2 ZEO server and connecting using a Python 3 ClientStorage? Many thanks, Adam ___ For more information about ZODB

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

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

2006-06-27 Thread Adam Groszer
-byte codes are reserved for Zope :-) [snip] What about making this an option in my (z3) instance? If I want to be compatible I leave it alone, if I want to be hell-fast I turn it on? -- Best regards, Adammailto:[EMAIL PROTECTED] -- Quote of the day: An ounce of mother

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

2006-08-16 Thread Adam Groszer
a small gui app, and I'd like to display a progress bar indicating the status of the commit. -- Best regards, Adammailto:[EMAIL PROTECTED] -- Quote of the day: This fortune is inoperative. Please try another

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] Commit Progress Indictor

2006-08-17 Thread Adam Groszer
and never reaches 100%. Good idea. :) TW I fear this idea is already patented by Microso~1 ;) TW Regards TW Tino -- Best regards, Groszer Adam -- Quote of the day: The probability that we may fail in the struggle ought not to deter us from the support of a cause we believe to be just. - Abraham

[ZODB-Dev] ZODB load/save tracing

2007-02-24 Thread Adam Groszer
detailed object load statistics? Worst case I could hook into some methods of ZODB temporarly to collect the data, but into which methods? Any help or pointers are welcome. -- Best regards, Groszer Adam -- Quote of the day: You cannot kill time without injuring eternity

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

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-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-03-06 Thread Adam Groszer
but an object oriented database, and that a generic export therefore is not possible, you must write a dedicated script for your specific data set. This however is usually quite easy). Tuesday, March 6, 2007, 4:08:45 AM, you wrote: WMA Hello Adam, WMA I would like to request you to help me

[ZODB-Dev] UnpickleableError

2007-03-08 Thread Adam Groszer
: +log = logging.getLogger(ZODB.serialize) +log.exception(Pickling error: %s, classmeta: %s, str(msg), str(classmeta)) +raise + self._file.truncate() return self._file.getvalue() -- Best regards, Groszer Adam -- Quote of the day: Never close your lips

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

[ZODB-Dev] Community opinion about search+filter

2007-03-14 Thread Adam Groszer
? The biggest problem is that this will be our first try, so we're missing experiences and are a bit puzzled about the right solution. Certain is that moving to RDB is not an option. Thanks, -- Best regards, Adam mailto:[EMAIL PROTECTED

[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

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

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: [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

[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

[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

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

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] 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] 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

[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] [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] 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

[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

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] 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] 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] 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] 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

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] 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] 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] 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

[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

[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

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

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] 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

[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
Hello, On Thu, 31 Mar 2011 06:33:30 -0600 you wrote: On 03/31/2011 05:25 AM, Hanno Schlichting wrote: Hi. On Thu, Mar 31, 2011 at 12:46 PM, Adam GROSZERagros...@gmail.com wrote: After investigating FileStorage a bit, I found that GC runs on objects, but pack later by transactions

[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] 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

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] 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] 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] 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] [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] 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] 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] 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

[ZODB-Dev] ZODB via Pipe/Socket

2012-03-20 Thread Adam Tauno Williams
://www.whitemiceconsulting.com OpenGroupware Developer http://www.opengroupware.us Adam Tauno Williams ___ 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