I am investigating moving our Public web site and our Intranet to Zope. I have two issues that I would like clarified about Zope. A) On installation, Zope installs Zserver. Is Zserver better than Apache? Does it run better with Zope? Can I do the Virtual Hosting with Zserver? B) We are currently using MySQL. Does Zope plug-in to MySQL by default, or does it use it's on DB? We have 6453 files on our IntrAnet and 3003 files on our Public page. Is this exceeding the boundaries of Zserver's capabilities? Thanks for any feedback. Allen May allen.may@mcsinet.com MCSi Web Admin 800.842.1702 x7628
B) We are currently using MySQL. Does Zope plug-in to MySQL by default, or does it use it's on DB?
On Thu, Jan 03, 2002 at 08:45:51AM -0500, Allen May wrote:
A) On installation, Zope installs Zserver. Is Zserver better than Apache?
Yes and no.
Does it run better with Zope? Can I do the Virtual Hosting with Zserver?
Yes and yes.
B) We are currently using MySQL. Does Zope plug-in to MySQL by default, or
No.
does it use it's on DB?
Yes, ZODB. To connect to MySQL use ZMySQL DA (dtbase adapter).
We have 6453 files on our IntrAnet and 3003 files on our Public page. Is this exceeding the boundaries of Zserver's capabilities?
Certinly no. Oleg. -- Oleg Broytmann http://www.zope.org/Members/phd/ phd@phd.pp.ru Programmers don't die, they just GOSUB without RETURN.
On Thu, 2002-01-03 at 12:09, Oleg Broytmann wrote:
On Thu, Jan 03, 2002 at 08:45:51AM -0500, Allen May wrote:
A) On installation, Zope installs Zserver. Is Zserver better than Apache?
Yes and no.
No clue... But I'm using only ZServer and it's working good :)
Does it run better with Zope? Can I do the Virtual Hosting with Zserver?
Yes and yes.
You can use VHF (Virtual Host Folder)... it's pretty cool and easy to setup...
B) We are currently using MySQL. Does Zope plug-in to MySQL by default, or
No.
does it use it's on DB?
Yes, ZODB. To connect to MySQL use ZMySQL DA (dtbase adapter).
We have 6453 files on our IntrAnet and 3003 files on our Public page. Is this exceeding the boundaries of Zserver's capabilities?
Certinly no.
just my 2 cents... []s andré
participants (4)
-
Allen May -
André Camargo -
Dirk Datzert -
Oleg Broytmann