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 maillist  -  [EMAIL PROTECTED]
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope )


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.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope )


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: [Zope-dev] RE: DBtab and BDBStorage

(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.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


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

2003-06-10 Thread Andrew R. Halko

Well, currently I cannot get python 2.2.3 to work with Plone.  I got a
first error and was able to fix the problem, but then got another and
have not been able to fix it for the life of me.  I tried the Plone
mailing list for the bug I got after installing python and got nothing.
2.2.3 will support up to 4TB, which would solve all my problems, but it
doesn't work.

Right now, my best solution is to scratch BDB and APE's Local Files
System storage and go with 5 separate ZODBs at 2GB and then when the new
version of Plone comes out, hopefully it will support Python 2.2.3 and
all my 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'
Subject: Re: [Zope-dev] RE: DBtab and BDBStorage

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?

cheers,

Chris



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


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 on a powerful machine the ZEO clients can take 
quite some time to start up. Does anyone know why this might be? I'm 
talking here about a brand-new ZEO server with practically empty ZODB. 
No additional Products.

   Richard
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (Darwin)
iD8DBQE+38vorGisBEHG6TARAiG5AJ0XBcUZkMnOX/4ECk/JChEu1NUhZgCeLs+a
kvn9GuVvOswbWOplJr04WIc=
=xlTW
-END PGP SIGNATURE-
___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope )


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 take 
  quite some time to start up. Does anyone know why this might be? I'm 
  talking here about a brand-new ZEO server with practically empty ZODB. 
  No additional Products.

Starting Zope loads several hundreds of Python modules. This may take
some time.


Dieter

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