8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 16:43:03 +01:00

Update the documentation.

This commit is contained in:
hvlad 2018-05-28 15:06:40 +03:00
parent d681f5288f
commit a810646187

View File

@ -12,9 +12,9 @@ How pool works:
- every external connection is associated with a pool when created
- pool maintains two lists: idle connections and active connections
- when some connection become unused (i.e. it have no active requests and no
active transactions), it is resetted and placed into idle list (on successful
active transactions), it is reset and placed into idle list (on successful
reset) or closed (if reset failed).
Connection is resetted using ALTER SESSION RESET statement. It is considered
Connection is reset using ALTER SESSION RESET statement. It is considered
successful if no error occurs.
- if the pool has reached max. size, the oldest idle connection is closed
- when engine ask to create a new external connection, the pool first looks