I try to configure the settings of BoneCP in my project which is using the playframework.
e.g.
db.server.partitionCount=1
db.server.minConnectionsPerPartition=5
db.server.maxConnectionsPerPartition=5
When I using this MySQL to check the current connection numbers:
>show processlist
I expected only 5 connections are created for my project.
But I can see 10 connections.
Why? Any system connections are created for BoneCP?
Thanks, Nannan