cloudstack/utils
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
..
bindir If git build sccs file is present, catenate it to standard output with these brand new commands 2010-08-11 18:14:55 -07:00
certs Enable SSL for mgmt servers and agents 2011-04-28 17:41:29 -07:00
conf Source code committed 2010-08-11 09:13:29 -07:00
src 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
test bug 10322: Transaction is using the new Merovingian 2011-06-29 12:35:30 -07:00
.classpath new log4j 2011-06-21 10:15:21 -07:00
.project Source code committed 2010-08-11 09:13:29 -07:00
LICENSE bug 9697: encode api response values 2011-06-10 17:45:15 -07:00