[Zope] ZServer VS. Apache
Oleg Broytmann
Oleg Broytmann <phd@phd.pp.ru>
Thu, 3 Jan 2002 17:09:46 +0300
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.