Date: Mon, 9 Apr 2001 18:52:32 -0500 From: Mike Meyer <mwm@mired.org> To: "Lee, Jaeho" <Jaeho.Lee@brooks.com> Cc: questions@freebsd.org Subject: RE: which web server are better? Message-ID: <15058.19264.910369.684456@guru.mired.org> In-Reply-To: <18314354@toto.iv>
next in thread | previous in thread | raw e-mail | index | archive | help
Lee, Jaeho <Jaeho.Lee@brooks.com> types: > I just found Zope recently. Zope is not just web server. It is framework for > building/running web server. > It includes its own webserver. I am not sure the ability of Zope web server > itself compared with apache or "high end" servers. > But I think that it is worth to look at. Go to www.zope.org. Zope is different, that's for sure. If I wanted do a "dynamic site in HTML", I'd probably use it in preference to PHP or something similar on Apache. The server that zope is built on is medusa, which is available stand-alone. If you want a "dynamic site done in a real programming language", it's just the ticket. Zope is the result of retargeting an earlier OO web design tool that was written in the same language as medusa to run on medusa. Medusa is a single-threaded select loop, meaning you get all the advantages of shared data with none of the headaches of a concurrent access. I don't know that it would handle the very high end stuff, but it's certainly suitable for heavy traffic. For instance, e-groups was using it last time I checked. <mike -- Mike Meyer <mwm@mired.org> http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?15058.19264.910369.684456>