-----Messaggio originale----- Da: Chris Withers [mailto:chrisw@nipltd.com] Inviato: giovedì 12 giugno 2003 15.40 A: Andrew R. Halko Cc: 'Fabio Paracchini'; zope-dev@zope.org; 'Shane Hathaway' Oggetto: Re: [Zope-dev] RE: DBtab and BDBStorage
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
I would add that 2.1.3 on Windows does not support LFS. At least from what I see from here: http://mail.zope.org/pipermail/zope/2002-October/124030.html Anyone has different info ? 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, and it seemed to work, at least I was able to mount a DB and create a Plone site; I didn't do any stress test, i.e. load more than 2Gb. If someone is willing to try more, I'll be happy to assist... Ciao Fabio
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, and it seemed to work, at least I was able to mount a DB and create a Plone site; I didn't do any stress test, i.e. load more than 2Gb. If someone is willing to try more, I'll be happy to assist...
Yes, this works and lets you grow beyond 2 GB. I know www.zope.org has run like this before--it might even be running that way now. Zope and the ZEO server don't need to run the same Python version at all. Shane
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 ZODBs and it seems to be a pretty good solution for me. Still, it would be nice not to have that limitation. Andrew R. Halko -----Original Message----- From: Shane Hathaway [mailto:shane@zope.com] Sent: Thursday, June 12, 2003 11:33 AM To: Fabio Paracchini Cc: 'Chris Withers'; Andrew R. Halko; zope-dev@zope.org 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 via ZEO Client on a Py2.1+ZODB3.2a+ZOPE.
I tried this only on an experimental setup, and it seemed to work, at least I was able to mount a DB and create a Plone site; I didn't do any stress test, i.e. load more than 2Gb. If someone is willing to try more, I'll be happy to assist...
Yes, this works and lets you grow beyond 2 GB. I know www.zope.org has run like this before--it might even be running that way now. Zope and the ZEO server don't need to run the same Python version at all. Shane
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 ZODBs and it seems to be a pretty good solution for me. Still, it would be nice not to have that limitation.
Yes, ZEO and Zope can easily coexist in a single box. ZEO always listens on a different port than Zope. Shane
participants (3)
-
Andrew R. Halko -
Fabio Paracchini -
Shane Hathaway