The Jenkins dev list is probably the best place for questions like this.

I'm not sure how the database connection pooling has an interaction with Jenkins --- yes, you can and should do the connection pooling, period, no? Or maybe I'm missing something...

On 04/16/2012 12:24 AM, Praveen Mandha wrote:
HI Kohsuke,

I am a great fan of your Jenkins and Stapler framework. Thanks for
providing both.

I was trying to develop a plugin for Jenkins and in this process tried
to explore stapler framework.

I have a requirement here and thought would take your suggestion. My
plugin polls lot of data to database(I am using Mysql) so wanted
to implement a connection pooling concept, so that application would use
db optimally. Not sure if my approach is right.

Can you please guide me here? is my thought correct if so how would I
implement connection pooling in Jenkins?

I came across BeanBuilder
<http://javadoc.jenkins-ci.org/hudson/util/spring/BeanBuilder.html> this
in the Jenkins, but could not find a way to implement it. Any pointer on
this would be of great help.

Thanks in advance for your time,
Praveen.


--
Kohsuke Kawaguchi                          http://kohsuke.org/

Reply via email to