Re: doc for jdbc pool configuration

2016-01-02 Thread Philippe Mouawad
ok for me. By the way, I think we should revisit the names of configuration options in gui to be closer to modern pools and maybe enhance elements with more options provided by dbcp. It would make it useful for testing and sizing a servef pool. Regards On Saturday, January 2, 2016, Felix Schuma

doc for jdbc pool configuration

2016-01-02 Thread Felix Schumacher
Hi all, in our documentation there is one section about the sizing of the pool, which I like to discuss: "If you really want to use shared pooling (why?), then set the max count to the same as the number of threads to ensure threads don't wait on each other." First: I think pooling is a va