In software engineering, a connection pool is a cache of database connections maintained so that the connections can be reused when future requests to the database are required.
0
votes
0answers
12 views
Database Connection does not release after idle time out in glassfish
i am using Glassfish 3 & mysql5.6.11.
i have created JDBC connection pool in glassfish.
Initial and Minimum Pool Size: - 8
Maximum Pool Size: -30
Pool Resize Quantity:- 10
Idle Timeout: - 60 ...
2
votes
2answers
57 views
ZeroMQ multithreading: create sockets on-demand or use a sockets object pool?
I'm building a POC leveraging ZeroMQ N-to-N pub/sub model. From our app server, when a http request is serviced, if the thread pulls data from the database, it updates a local memcache instance with ...
0
votes
0answers
16 views
convert jdbc base project to hibernate project
how works connection pool in hibernate.when hibernate create new connection and add it to_
connection pool?i have project that use jdbc and i want convert it to hibernate.tables are converted and i ...
3
votes
1answer
33 views
how to detect connection leak in jdbc using weblogic?
Is there any way to detect connection leaks in my project without going for load testing. I am using weblogic server , is there any way to detect using weblogic?
7
votes
1answer
87 views
SqlConnection vs Sql Session. Do their lifetimes coincide?
I want to apply some sql-session level settings for certain processes in my c# app.
For instance, I want to set DEADLOCK_PRIORITY for some background processes to LOW.
The questions are:
If I open ...
1
vote
2answers
44 views
JDBC Connection Pool - Simple Setup and Library
This question has formed following a previous question (Implement Iterator design pattern using JDBC).
I understand the basic concepts of connection pooling but no further than that. My application ...
1
vote
0answers
16 views
OracleTypes Compilation is forcing the application server restart
Using the Struct object to send the data from java to Data base Stored Procedure.
For this Need StructDescriptor class, Creating using below code.
StructDescriptor.createDescriptor(sqlTypeName, ...
1
vote
0answers
20 views
Do I need to manage DB connection pools in Play Framework, or does Play do it for me?
Do I need to obtain a context and DataSource in every method that reads/writes to the DB? (Sample below) Or does Play.db.DB's getConnection() method handle the pool transparently?
public void ...
1
vote
0answers
12 views
How to modify Aged Timeout Property of ConnectionFactory using JMSAdmin of MQ Websphere in Unix
I have a MQXAQueueConnectionFactory created using JMSAdmin of MQ Websphere in Unix. How do I set the Aged Timout properties of the corresponding Connection Pool from commands in Unix?
Appreciate your ...
0
votes
2answers
25 views
What will be the best way to reuse a CouchBase conneciton
I am using the following code for connecting the CouchBase
couchbase.connect(config.CouchBaseConnector, function (err, CouchBaseDB) {
if (err) {
throw (err)
}
...
0
votes
3answers
39 views
JSP/ DAO error : The method getInstance() is undefined for the type ConnectionPool
As you can see, this code is part of my Data Access Object Layer.
I've never used the ConnectionPool Object before because i'm still studying Java.
Anyway, i'm getting an error message stating :
...
0
votes
0answers
13 views
How to properly handle when Tomcat DB connection pool is empty
I am wondering what is the proper way to react to the situation when Tomcat DB connection pool is empty.
I am working on a RESTful web service running on Tomcat. The application is backed by ...
2
votes
0answers
38 views
Warning for Connection Abandoned - With tomcat 7 throwing PooledConnection Exception
I'm using tomcat 7 in my application. When I start the server, it shows me following warning message while startup:-
May 15, 2013 11:45:10 AM org.apache.tomcat.jdbc.pool.ConnectionPool abandon
...
0
votes
0answers
30 views
Pool of custom objects - best way to keep connections active
I need to redo a custom connection pool of objects. The connection pool essentially is a ConcurrentLinkedQueue of objects, each of which performs actions against a third-party server (Cognos). Each ...
0
votes
3answers
46 views
Tomcat conection pooling for oracle DB using Jndi
For my project i want to use tomcat connection pooling for oracle DB using jndi and getting exception while executing the below code:
This is the exception which i am getting:
...
0
votes
0answers
16 views
<no-tx-separate-pools> in Glassfish?
Is there a configuration equivalent to JBoss' <no-tx-separate-pools> for Glassfish?
We are in the process of migrating our application from JBoss to Glassfish, and just noticed that the old ...
0
votes
1answer
29 views
moving from single webapp to multiple webapps connecting to same database
I have a JAVA webapp which is using DB connection pooling for Tomcat+MySQL config.
I have another JAVA webapp which i want to deploy in the same Tomcat and connect to same MySQL database (even access ...
-2
votes
2answers
31 views
Some questions about using design patterns in my project [closed]
I want to write a database application for users to interact with databases like MySQL, Oracle and IBM DB2 in java. And I want to use some design patterns in it. Could everyone give me some ...
0
votes
1answer
31 views
Connection within GlassFish, weird behavior?
I had this general question : can a connection pool keep in cache some "ancient" connection and serve it while an other one is called ? I know it somehow does, but does it use connection objects ...
2
votes
3answers
81 views
Tomcat JDBC connection pool (releasing connection)
Referring to Tomcat JBDC connection pool, I see in the standalone java example given there, one gets the connection using datasource.getConnection()which is cool. But in the finally block, it says ...
0
votes
0answers
16 views
Request time out even after setting the pooling option for connection string
Timeout expired. The timeout period elapsed prior to obtaining a
connection from the pool. This may have occurred because all pooled
connections were in use and max pool size was reached.
Hi ...
0
votes
0answers
33 views
Mysql Connection Pooling Similar To PostgreSQL's PgBouncer
I'm looking for a pooling solution for mysql that is independent of the language. I am using PGBouncer as an example because it
Resides on the server the database is on
Just change the connection ...
1
vote
1answer
63 views
Multi-tenancy and connection pool using EF 6
We have developed a multi-tenant application using EF 4.3 Code First Model, where each tenant will have their own separate database. Since, we are expecting bit high number of tenants, we want to ...
0
votes
1answer
25 views
Is the connection Pool configuration kept outside JPA Context?
Hello i am extracting the connection object from the EclipseLink context by calling: Connection con = entityManager.unwrap(Connection.class);
i am responsible for releasing the Connection in order ...
0
votes
0answers
23 views
Why decrease the wait_timeout configuration parameter in MySQL? [migrated]
Question
I'm working on an application that uses a connection pool in Apache Tomcat to communicate with MySQL. I was wondering why would you want to use a smaller wait_timeout than the default of ...
1
vote
1answer
42 views
Java web application running on Tomcat unable to execute SQL queries with DB Connection pooling
I've come across similar questions many times here on Stack Overflow, however, I haven't been able to get it right.
I'm trying to use Database connection pooling in Tomcat 6 + MySQL ( on AWS RDS )
...
0
votes
0answers
79 views
Ruby on Rails/Redis/Unicorn configuration
I've been noticing intermittent timeouts in my app (heroku, ruby on rails, unicorn, redis, etc). After some debugging I've found the timeouts are from the following redis connection error: ...
1
vote
2answers
74 views
Get a DataSource/Connection from C3P0 connection pool
I am using a library where I need to get a data source and feed it into it. is there anyway I can get a connection from a connection pool? I am using Hibernate 4 with C3p0 connection pool.
here is ...
0
votes
1answer
43 views
Connection Pool for a Single Threaded Application
Is there any reason to maintain a pool with more than one connection when running a single-process, single-threaded application?
0
votes
1answer
22 views
Client-side DataSource in place of DriverManager
In Java, I use DriverManager for client side code and Connection pooled DataSource for server side code. Is this the standard way to do it or is it possible to use a separate DataSource on the client ...
0
votes
1answer
67 views
Using Connection Pool in JPA
I hava a standalone JPA (Hibernate) - MySQL Application.
My persistence.xml looks like:
<persistence-unit name="JPAProj" transaction-type="RESOURCE_LOCAL">
<!-- Persistence ...
0
votes
0answers
18 views
Multiple datsources for an enterprise application
We have a DB intensive enterprise application with multiple WAR modules packages as part of the single EAR application.
Off-late we are running into many connection problems with requests timing out ...
0
votes
1answer
60 views
JBoss - Could not dereference object
I have created GWT project with jetty and I use JNDI for datasource. When I run GWT app everything works fine, but when I copy .war file to JBoss and I run it, have error.
JBoss version - 4.2.3.GA
...
0
votes
1answer
47 views
JdbcTemplate undertanding
Here's something that I am running across as of late.
My understanding of Spring's JdbcTemplate is that you can call:
JdbcTemplate template = new JdbcTemplate(dataSource);
Connection conn = ...
0
votes
0answers
63 views
Jboss server creates a lot of connection subpools
i've encountered a problem with jackrabbit pool in jboss 5.
I've a jcr datasource configured like this
<tx-connection-factory>
<jndi-name>jcr/local</jndi-name>
...
0
votes
0answers
77 views
Error preloading the connection pool
I am using below env:
jdk1.6.0_21
apache-tomcat-7.0.16
commons-dbcp.jar (version: 1.2.2)
commons-pool.jar (version: 1.3)
MySql Server 5.1
Facing below exception all the time when trying to connect ...
0
votes
1answer
108 views
Camel jms to external activeMQ with request-reply gives javax.jms.InvalidDestinationException: Cannot publish to a deleted Destination:
We have third party applications that make restful calls to camel cxfrs endpoint which is then routed to an external activeMQ. There are applications consuming these JMS messages and provide XML ...
0
votes
1answer
37 views
SSRS connection errors
I'm getting the error below occasionally in SQL Server 2008 R2 Reporting Services. I have around 25 subscriptions that run close to midnight every night and a couple times they've all failed with ...
0
votes
1answer
100 views
Http connection using apache.DefaultHttpClient goes into TIME_WAIT not getting reused
We have a pool(GenericObjectPool) of HttpClient(apache.DefaultHttpClient) objects. HttpPost objects are put into for execution through these clients may Post request are sent simultaneously. The ...
1
vote
2answers
165 views
Why we need a connection pooling for JDBC? [closed]
What are the benefits of using a JDBC connection pooling tool like DBCP or c3p0 ?
in case of a small CRUD application with one user, can we just create one connection session as a singleton ?
PS: ...
0
votes
1answer
37 views
Is WebHttpBinding uses TCP connection pooling?
I can see in MSDN page that NetTcpBinding in new .NET 4.5 uses TCP connection pooling based on the service’s host DNS name and the port number the service is listening on. Does it true for ...
0
votes
0answers
59 views
Connection pool in jsp
I have copied tomcat-dbcp.jar from tomcat lib dir to jdk's jre\lib\ext dir
and in context.xml file of my application is coded like below:
<?xml version="1.0" encoding="UTF-8"?>
...
0
votes
1answer
103 views
ASP.NET kill all opened SQL Server connections with C# code
Is there any way to kill all open SQL Server connections in an ASP.NET code behind? Why do I want to do this ? Because some team developers forget to close their connections and I am sick of reminding ...
0
votes
0answers
28 views
What are probable causes of connection pool dropping below minimum capacity set in Weblogic?
Minimum-capacity set to 40, but the connection pool sometimes drops below this number. What are the probable causes? DB is Oracle. Is this usually DB-related, network-related, or due to the java ...
1
vote
1answer
167 views
Recurring apparent deadlocks with c3p0, Oracle and Hibernate
We have recurring apparent deadlocks on our production system which we can't seem to get to the bottom of. We've been unable to trace any correlation to the number of users online and it doesn't seem ...
2
votes
3answers
281 views
Java Connection Pooling
I searched for connection pooling and read about it. If I understand it correctly, a connection pool is like a collection of open connections. If a connection is established or created it should be ...
0
votes
1answer
60 views
MongoDB Pool size vs Pool timeout
When to increase either pool size or timeout or both? Just trying to understand best practice, I'm starting to get a lot of could not obtain connection within 5.0 seconds. The max pool size is ...
0
votes
0answers
51 views
Accessing connection pool from outside the glassfish context
I have a Netbeans 7.3 Glassfish Web application, with a MySql datasource in the connection pool. The datasource works like a charm in my JSP's and Web Services.
In this project, I also have a regular ...
2
votes
4answers
230 views
ODP.NET Connection Pooling Parameters
I am trying to configure connection pooling for my .NET application using ODP.NET version 2.111.6.20. The database is Oracle 11.1.
I am using the following connection string in my .NET 2.0 ...
1
vote
1answer
40 views
How to get Connection Pool from EclipseLink
hello i have a JPA (EclipseLink) App already working and another application with pure JDBC deployed onto the same server and pointing into the same DB and schema so want to make the JDBC app to be ...








