Closed iapyeh closed 8 years ago
The number of connections in mysql database should not grow up but keep in a stable level. The completed task should disconnected from database to release the connection resource.
done. when the task has completed or suspended, the associated connections and queries will be closed or killed respectively.
The number of connections in mysql database should not grow up but keep in a stable level. The completed task should disconnected from database to release the connection resource.