You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently srv_db objects are assigned to individual http connections. Since each object itself opens a new connection to mysqld this results in a hard limit of effective server connections.
In the future they will needed to be stored in a pool where they are assigned to a http connection for databases accesses during that connection, complete with lock guards on all necessary srv_db functions.
The text was updated successfully, but these errors were encountered:
Currently srv_db objects are assigned to individual http connections. Since each object itself opens a new connection to mysqld this results in a hard limit of effective server connections.
In the future they will needed to be stored in a pool where they are assigned to a http connection for databases accesses during that connection, complete with lock guards on all necessary srv_db functions.
The text was updated successfully, but these errors were encountered: