aselab / scala-activerecord

ActiveRecord-like ORM library for Scala

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace BoneCP with HikariCP

SebastienHugues opened this issue · comments

As reported there :

https://groups.google.com/forum/#!topic/play-framework/7PBnjiXkNuU

A lot of persons have problems with BoneCP idle connection bug in production including me (Play 2.2.2 Scala). A new kind of connection pool seems to be very promising :

https://github.com/brettwooldridge/HikariCP

It would be a life saver if you could integrate it in scala-activerecord ?

Thanks

+1 this (if it solves the 'SQLException: Timed out waiting for a free available connection' problem)

Version 0.4.0 has been released.