On 1/16/07, Lorenzo Jiménez <[EMAIL PROTECTED]> wrote:
In terms of resources, what is more efficiency or preferable having several 
applications?

1) Each application to have its own connection pool described in context.xml,
2) To have one connection pool described in server.xml and all applications use 
it, or,
3) To group applications to share one connection pool in their context.xml.

If each webapp is accessing the same database instance then #2 would
use the fewest resources. Otherwise it probably doesn't matter.

--
Sandy McArthur

"He who dares not offend cannot be honest."
- Thomas Paine

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to