Conection Pooling with multiple applications

  • Thread starter Thread starter ind_123
  • Start date Start date
I

ind_123

Can connection pooling be implemented for multiple applications? How
is it done?
 
ind_123 said:
Can connection pooling be implemented for multiple applications? How
is it done?

[I will assume database connections]

Each application has its own pool.

Note that the database will get the sum of all the apps
connections, so consider number of apps when deciding
on pool size.

Arne
 
Can connection pooling be implemented for multiple applications? How
is it done?

I think connection pools are connection string specific.. you will end
up having connection pool for each application(ConnString)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top