← Back to team overview

dhis2-users team mailing list archive

Re: DHIS2 - Db Server / Postgresql Max Connections (FATAL: remaining connection slots are reserved...)

 

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





>
>
>

Follow ups

References