Re: [Zope] noundo dbs

2001-01-30 Thread [EMAIL PROTECTED]

On Wednesday 31 January 2001 12:09, Chris McDonough wrote:
> And a third message...
>
thanks for the prompt replies.  to recap, i have
-Berkeley DB
-External Mount
-something that i'm not too sure of :)

as i see it, i can use External mount to mount berkeley Db.  that will then 
give me a nonundo, nonversioning db.. right?

if i use FileStorage with ExternalMount, it'll be just another ZODB.  i hope 
i'm right.

if i want to use it across ZEO Clients, i *must* use ZEO.ClientStorage.  
correct me if i'm wrong, please.

to test a simple setup, i tried FileStorage with External Mount.  and i 
encountered a little problem.  here's what i have
-ExternalMount
-External Method[1]

when i tried adding an ExternalMount, i got this[2] traceback.  help?

p/s - what about storing CoreSessionTracking data in RDB?
--
[1]
---ExtDB.py

import ZODB
from ZODB.FileStorage import FileStorage
 
def createDB():
return ZODB.DB(FileStorage('/home/kdie/Zope/var/ext.fs')) 

[2]
 NameError
  
  Sorry, a Zope error occurred.

Re: [Zope] noundo dbs

2001-01-30 Thread Chris McDonough

And a third message...

The SessionStorage.py file that ships with CoreSessionTracking is a storage
of its own that's RAM based.  It's based on an (as yet unreleased)
"packless" Berkeley storage implementation that Jim Fulton created.

I'd really like to get the Berkeley version of this architecture released,
because it's also nonundoing and doesn't require any packing unless your
database has circular references.  We've been in a sort of limbo in
releasing it because I think we wanted to release a "full" implementation
(one which supported undo and versioning), but I'm going to see if I can get
the packless piece onto Zope.org without waiting for the rest of it.

- Original Message -
From: "Chris McDonough" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Tuesday, January 30, 2001 10:58 PM
Subject: Re: [Zope] CoreSessionTracking and noundo db


> Oops, I forgot to mention ExternalMount:
>
> http://www.zope.org/Members/hathawsh/ExternalMount
>
> - Original Message -
> From: "Bak@kedai" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, January 30, 2001 9:28 PM
> Subject: [Zope] CoreSessionTracking and noundo db
>
>
> > hi
> > in trying out the excellent CoreSessionTracking product, i encountered a
> > little problem.  the doc reference a no-undo external db to house the
> data.
> > i remember one such beast which were alpha (berkerly dbm(?)), but can't
> > locate it at zope.org.
> >
> > also, will there ever be a no undo db for use with zope?  since such
> product
> > is a must to run zope in real world.
> > hints, urls welcome
> >
> > thanks
> >
> > --
> >
> > http://www.kedai.com.my/kk
> > http://www.kedai.com.my/eZine
> >
> > Strange how laughter looks like crying with no sound, and raindrops
taste
> > like tears .. without the pain
> >
> >
> > ___
> > Zope maillist  -  [EMAIL PROTECTED]
> > http://lists.zope.org/mailman/listinfo/zope
> > **   No cross posts or HTML encoding!  **
> > (Related lists -
> >  http://lists.zope.org/mailman/listinfo/zope-announce
> >  http://lists.zope.org/mailman/listinfo/zope-dev )
> >
> >
>
>
> ___
> Zope maillist  -  [EMAIL PROTECTED]
> http://lists.zope.org/mailman/listinfo/zope
> **   No cross posts or HTML encoding!  **
> (Related lists -
>  http://lists.zope.org/mailman/listinfo/zope-announce
>  http://lists.zope.org/mailman/listinfo/zope-dev )
>
>


___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )