Skip to content

Add c3po connection pooling and close outgoing requests when exiting the map

Eirik Steira requested to merge fix/pooling-and-map-exit into dev

I know it is a bit late, but I consider these as important fixes because Hibernates connection pooling is not suitable anymore and I am convinced this will improve performance. It does exactly what we had before, only better.

I also made sure all outgoing requests are closed when exiting the map, because the application is suffering quite a bit in this area.

Merge request reports