ants-sinica / nhird-iis

NHIRD-IIS Project
0 stars 0 forks source link

should check the connections number of mysql #24

Closed iapyeh closed 8 years ago

iapyeh commented 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.

iapyeh commented 8 years ago

done. when the task has completed or suspended, the associated connections and queries will be closed or killed respectively.