> > > > Lars, I haven't looked very recently, but to what extent are we creating > new jdbc connections outside of the c3p0 pool? If we are only strictly > using the pool its easier to provision these things. >
Like you point about we have deliberately moved away from direct acquisition of connections to using connection pool. Right now there is only data mart generation process (which should in most cases be disabled anyway) and the reporting rates summary in reports module which will get connections directly. For the latter we have a blueprint of moving it to analytics engine for 2.16 (and hence go through connection pool). So a few extra connections could be given for now. > > >
_______________________________________________ Mailing list: https://launchpad.net/~dhis2-users Post to : [email protected] Unsubscribe : https://launchpad.net/~dhis2-users More help : https://help.launchpad.net/ListHelp

