[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: The activity level of dylan.
In article <3C8CCB32.EC0F7D8D@attbi.com>, Carl Gay <carlgay@attbi.com>
wrote:
> Point taken. But Koala is just a bare bones HTTP server so far,
> and getting it to production quality would take a while. It just
> seems to make sense to leverage what's already out there.
There is no requirement for a web site to be served by a single server.
You can perfectly well have Koala and apache running in parallel on the
same (or different) machines, and have appropriate links set up to refer
to different servers.
-- Bruce