AlexS wrote:
If i have seperate hosts under tomcat that largely use say 90% the
same Coldfusion codebase (same files referenced by a context path)
would Java only hold one copy of this code in memory or does this
depend on how the server is configured ?
Depends on how you've setup your webapps in Tomcat.

If you have one webapp with many virtual hosts, then you are going to get the most efficient use of memory when it comes to template/query/file caching inside of the OpenBD.

If you treat each hosts as a separate webapp, then you aren't going to get a huge overlap

--
official tag/function reference: http://openbd.org/manual/
mailing list - http://groups.google.com/group/openbd?hl=en

Reply via email to