Subject user connections
Author clockhat
I have an application running where there are multiple databases on
a server, and several users are accessing the data via an
application. However the sytem seems to slow down when more than 20
users access it.
1. Can one user connection to a database have more than one
application user access data simultaneously.
2. Can one user connection be used to multiple database and have
more than one application user access the data simultaneously.
3. For every user should there be a seperate connection?

4. Besides hardware configurations, what can one do to increase the
speed of the database?

Cas