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

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

2003-06-12 Thread Andrew R. Halko

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:[EMAIL PROTECTED] 
Sent: Thursday, June 12, 2003 11:33 AM
To: Fabio Paracchini
Cc: 'Chris Withers'; Andrew R. Halko; [EMAIL 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 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




___
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: 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, 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



___
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 )