bonecp Questions

6

Solved

For a Java app outside of a J2EE container, which connection pool library is the best? I heard c3p0 is getting outdated. Jakarta's common pool library is no longer under development Therefore I...
Di asked 8/11, 2011 at 21:11

1

I would like to log log4j2 messages into relational database. Documentation for JDBC appender is here. I can use as database connection provider these sources: ConnectionFactory DataSource Drive...
Rockweed asked 11/7, 2013 at 12:23

4

Solved

Which JDBC connection pool library should I use for a new application project (not web application)? Apache DBCP has enough unresolved issues which are pushed until 2.0 I think. C3P0 development...
Byelorussian asked 12/4, 2011 at 18:52

1

I know that, at some point between Grails 1.X and Grails 2.X, the default connection pooling library changed from commons-dbcp to tomcat-dbcp. Now, I'm trying to configure either BoneCP or HikariC...
Bloodstained asked 10/9, 2014 at 18:15

1

I've been tasked with setting up a project using BoneCP with jOOQ and Spring, but I've run into some difficulties doing so. Doing individual inserts into my MySQL-database works perfectly fine, but...
Cub asked 26/3, 2014 at 12:11

5

Solved

Our site get roughly 1M pv/day, and we use Tomcat for sure. I couldn't find much information about jdbc-pool, not sure if it's stable enough for production. Anyone got experience on it? and any co...
Plafker asked 6/1, 2014 at 17:40

1

Solved

I'm running a Play 2.2.0 app, using Postgres 9.2-1002-jdbc4, and the Anorm 2.2.0 API. Every so often I have connection issues which look like: 2013-11-19 19:45:36,544 [ERROR][a.d.Dispatcher][play-...
Acidforming asked 19/11, 2013 at 20:14

5

Solved

I was using BoneCP for my Java projects. But, unfortunately, I discovered that this pool is unable to recover after the database failure. I am not the only one with such problem (just look at the o...
Mesocarp asked 25/7, 2012 at 4:29

2

Solved

I've just started using BoneCP and pulled the sample JDBC code from the authors site. I have a function called getConnection() that returns a connection here is a snippet: // setup the connectio...
Deflation asked 17/2, 2012 at 11:54

4

Solved

I have an app on heroku that uses play. It was working fine for the longest time, but somewhat recently I started getting this: Caused by: java.sql.SQLException: Timed out waiting for a free avail...
Byrnes asked 18/3, 2013 at 15:26

1

Solved

From official BoneCP doc: http://jolbox.com/index.html?page=http://jolbox.com/configuration.html partitionCount In order to reduce lock contention and thus improve performance, each incoming con...
Hanoi asked 21/1, 2013 at 18:41

1

My case is as follow: I have to maintain a server, with Tomcat(6) as web server, that has a bunch of webapps on it. These webapps are maintained by others. Our server has a connection to another ...
Stoplight asked 25/12, 2012 at 10:0

1

We are trying to move to bonecp connection pool from c3p0. we use hibernate as the ORM tool. Now, is there any way to monitor the connections in boncecp like getting to know the maximum available ...
Corena asked 6/8, 2012 at 17:41

1

Solved

I have just started using BoneCP and this is my first time using a connection pool. I'm somewhat confused as to how I am supposed to use it. Currently I am saving the BoneCP-object as a static vari...

1

Solved

I'm using Oracle JDBC driver and evaluate BoneCP. Both implement a statement cache. I am asking myself whether I should use the one or the other for statement caching. What do you think? What are ...
Tamera asked 27/5, 2011 at 11:8

1

Solved

After getting fed up with c3p0's constant locking I'm turning to BoneCP for an alternative connection pool for my database. I have a server app that processes around 7,000 items per minute and need...
1

© 2022 - 2024 — McMap. All rights reserved.