This website requires JavaScript.
Explore
Help
Sign In
gian
/
cloudstack-mirror
Watch
1
Star
0
Fork
0
You've already forked cloudstack-mirror
mirror of
https://github.com/apache/cloudstack
synced
2026-08-12 08:37:19 +00:00
Code
Issues
Actions
5
Packages
Projects
Releases
Wiki
Activity
b45bc9449e
cloudstack-mirror
/
utils
/
src
History
Alex Huang
b45bc9449e
bug 10548: This problem is actually still a running out of db connection problem. However, it points out a weakness in the Merovingian2 design. It should keep a database connection for itself. I originally intended to have that after writing the first edition but got distracted and didn't finish. Here in the new implementation, Merovingian2 allocates a database connection for itself and keeps it alive at 10 second intervals with a SELECT 1 to avoid the connection being considered as abandoned by the dbcp pool.
2011-07-03 19:16:24 -07:00
..
com/cloud
/utils
bug 10548: This problem is actually still a running out of db connection problem. However, it points out a weakness in the Merovingian2 design. It should keep a database connection for itself. I originally intended to have that after writing the first edition but got distracted and didn't finish. Here in the new implementation, Merovingian2 allocates a database connection for itself and keeps it alive at 10 second intervals with a SELECT 1 to avoid the connection being considered as abandoned by the dbcp pool.
2011-07-03 19:16:24 -07:00
javax
bug 9651: checked in missing files
2011-05-31 10:27:50 -07:00
Code Archive ยท Powered by
Enuvem