2

BoneCP has a very interesting list of features. A look at Javadoc reveals many tweakable parameters. But there seems to be very little documentation on what those parameters actually do or how to configure BoneCP.

For instance, I discovered bonecp-config.xml or maxIdleTime somewhere in forums when I googled for something else.

Is there a systematic documentation somewhere that I just am too blind to see?

Konrad Garus
  • 53,145
  • 43
  • 157
  • 230

1 Answers1

2

Docs are a little weak right now, but really apart from the config there's little to look into. Have a look here: http://jolbox.com/bonecp/downloads/site/apidocs/index.html?com/jolbox/bonecp/BoneCPConfig.html

wwadge
  • 3,506
  • 1
  • 19
  • 28