Rob <rclemley(at)yahoo(dot)com> wrote:
> 8gb ram
> ~240 active databases
> 800+ db connections via tcp.
8 GB RAM divided by 800 DB connections is 10 MB per connection. You
seriously need to find some way to use connection pooling. I'm not
sure the best way to do that with 240 active databases.
-Kevin