Database connection: Difference between revisions

Content deleted Content added
Line 19:
In a client/server architecture, on the other hand, a persistent connection is typically used so that server state can be managed. This "state" includes server-side cursors, temporary products, connection-specific functional settings, and so on.
 
An application failure occurs when the connection pool overflows. This can occur if all of the connectionconnections in the pool are in use when an application requests a connection. For example, the application may use a connection for too long when too many clients attempt to access the web site or one or more operations are blocked or simply inefficient.
 
== See also ==