Re: R: [Zope-dev] RE: DBtab and BDBStorage

2003-06-12 Thread Shane Hathaway
Andrew R. Halko wrote: Yeah, I tried to update python with Plone and that was mess. Now, are you able to run ZEO Server on the same server as Zope/Plone, maybe through another port? I am limited to one server and there is no getting around that. Right now I have my site mounted on 5 different ZO

RE: [Zope-dev] RE: DBtab and BDBStorage

2003-06-12 Thread Andrew R. Halko
The powers that be... Also, I did not know of the issue and didn't think I'd have any problems. Andrew R. Halko -Original Message- From: Chris Withers [mailto:[EMAIL PROTECTED] Sent: Thursday, June 12, 2003 11:25 AM To: Andrew R. Halko Cc: [EMAIL PROTECTED] Subject: Re: [Zo

RE: R: [Zope-dev] RE: DBtab and BDBStorage

2003-06-12 Thread Andrew R. Halko
PROTECTED] Subject: Re: R: [Zope-dev] RE: DBtab and BDBStorage Fabio Paracchini wrote: > Another way is if you install Python 2.2 and ZODB3.2a, you can use ZEO and > mount via DBTab. > > In this way you can use Py2.3+ZODB3.2a as ZEO server, and use LFS, and then > mount the storage

Re: R: [Zope-dev] RE: DBtab and BDBStorage

2003-06-12 Thread Shane Hathaway
Fabio Paracchini wrote: Another way is if you install Python 2.2 and ZODB3.2a, you can use ZEO and mount via DBTab. In this way you can use Py2.3+ZODB3.2a as ZEO server, and use LFS, and then mount the storage via ZEO Client on a Py2.1+ZODB3.2a+ZOPE. I tried this only on an experimental setup, an

R: [Zope-dev] RE: DBtab and BDBStorage

2003-06-12 Thread Fabio Paracchini
>-Messaggio originale- >Da: Chris Withers [mailto:[EMAIL PROTECTED] >Inviato: giovedì 12 giugno 2003 15.40 >A: Andrew R. Halko >Cc: 'Fabio Paracchini'; [EMAIL PROTECTED]; 'Shane Hathaway' >Oggetto: Re: [Zope-dev] RE: DBtab and BDBStorage >An

Re: [Zope-dev] RE: DBtab and BDBStorage

2003-06-12 Thread Chris Withers
(keep it on the list please) Andrew R. Halko wrote: Are you running Windows or Linux? Windows and python do not support LFS Why are you trying to run a production system on Windows? Chris ___ Zope-Dev maillist - [EMAIL PROTECTED] http://mail.zope.or

Re: [Zope-dev] RE: DBtab and BDBStorage

2003-06-12 Thread Chris Withers
Andrew R. Halko wrote: Well, currently I cannot get python 2.2.3 to work with Plone. What do you need Python 2.2.3 for? 2.2.3 will support up to 4TB, which would solve all my problems, but it doesn't work. I have LFS in 2.1.3, have you tried recompiling Python 2.1.3 with LFS? cheers, Chris __

[Zope-dev] RE: DBtab and BDBStorage

2003-06-10 Thread Andrew R. Halko
Hey Shane, After I converted a Plone folder into its own ZODB, I believe it still has the contents of the old site in it while loading the one folder from the new database. So, I copied data.fs to be files.fs and then deleted in the plone interface, created the mount point and it came back. Load

RE: [Zope-dev] RE: DBtab and BDBStorage

2003-06-10 Thread Andrew R. Halko
y DBs will have up to 4TB (pretty much unlimited) of available space. Andrew R. Halko -Original Message- From: Chris Withers [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 10, 2003 8:27 AM To: Andrew R. Halko Cc: 'Fabio Paracchini'; [EMAIL PROTECTED]; 'Shane Hathaway' Sub

Re: [Zope-dev] RE: DBtab and BDBStorage

2003-06-10 Thread Chris Withers
Andrew R. Halko wrote: Plone/Members/ - BerkleyDB to allow a large number of users a large DB to create whatever they need in their areas I don't see why you're using BDB here. If you have a 4GB Data.fs in another part of your setup, what's the problem with just using a FileStorage for this? chee

Re: [Zope-dev] Re: DBtab and BDBStorage

2003-06-06 Thread Dieter Maurer
Richard Jones wrote at 2003-6-6 09:01 +1000: > > - Use ZEO. It makes starting/stopping Zope much faster and isolates > > the application from the database. > > I've noticed that this pattern doesn't hold with Zope 2.7 as it > currently stands. Even on a powerful machine the ZEO clients can

[Zope-dev] RE: DBtab and BDBStorage

2003-06-06 Thread Andrew R. Halko
Thanks Shane. Is all of your suggestions along with the setup I was considering? I have to research ZEO, cause I know nothing about it. Do you mind explaining the last two things just a slight more as I am unfamiliar. Such as how you figure out cache and what is packing? Andrew R. Halko ---

Re: [Zope-dev] Re: DBtab and BDBStorage

2003-06-06 Thread Richard Jones
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Friday, June 6, 2003, at 06:17 AM, Shane Hathaway wrote: - Use ZEO. It makes starting/stopping Zope much faster and isolates the application from the database. I've noticed that this pattern doesn't hold with Zope 2.7 as it currently stands. Even

[Zope-dev] RE: DBtab and BDBStorage

2003-06-06 Thread Andrew R. Halko
Thanks for the help!, a few more questions (lets hope). I haven't done anything yet by the way, I wanted to research my options and do some testing before I went ahead and did anything major. I did a little testing, but haven't gotten very far. The setup for Plone that I am thinking will suppor

[Zope-dev] Re: DBtab and BDBStorage

2003-06-06 Thread Shane Hathaway
Andrew R. Halko wrote: Now, I am trying to setup my dbtab.conf to first test this before I try and integrate it into my current site, which has limited info now, but needs to be ready for major population in a week or two at most. Here is what I am guessing for config, maybe you can tell me if I a

[Zope-dev] Re: DBtab and BDBStorage

2003-06-06 Thread Shane Hathaway
Andrew R. Halko wrote: Thanks Shane. Is all of your suggestions along with the setup I was considering? I have to research ZEO, cause I know nothing about it. Do you mind explaining the last two things just a slight more as I am unfamiliar. Such as how you figure out cache and what is packing?