connection-pooling
Apache Camel - Routing messages to JPA endpoint - keeping orders but splitting into pools based on a category header
We have simple project which takes a number of messages from a number of endpoints(agents). These agents all output the same format message (an entity object to be placed in a database). All the agent[详细]
2023-04-13 05:22 分类:问答Tomcat connection pooling method
I am developing a J2EE application which will receive requests from a mobile application and does some database operations to show the data to the user.[详细]
2023-04-12 23:40 分类:问答Postgresql connection pooling in Erlang
I am looking for a robust connection pooling library for Postgre开发者_StackOverflow社区sql. Something similar to https://github.com/dweldon/riakpool would be great.Poolboy is a pretty good general-p[详细]
2023-04-12 20:08 分类:问答Reload web server with gwt and c3p0 connection pool?
I have a web application written in gwt, and I\'m using a PostgreSQL database in the back end. When I make a new session on the server, I set up c3p0 and get a jdbc connection:[详细]
2023-04-12 04:25 分类:问答Connection.close vs. PooledConnection.close
I\'m reading Java Data Access—JDBC, JNDI, and JAXP about Connection, PooledConnection interfaces. As I understand Connection returned by PooledConnection represents a \"logical\" connection. PooledCo[详细]
2023-04-11 21:54 分类:问答Am I Using JDBC Connection Pooling?
I am trying to determine if I am actually using JDBC connection pooling. After doing some research, the implementation almost seems too easy. Easier than a regular connection in fact so i\'d like to v[详细]
2023-04-09 09:03 分类:问答Using TransactionScope multiple times
Is this the correct way to use a transaction scope: I have an object which represents part of a thing:[详细]
2023-04-08 06:45 分类:问答NHibernate and ADO.NET Connection Pooling
It seems that NHibernate does not pool ADO.NET database connections. Connections are only closed when the transaction is committed or rolled back. A review of the source code shows that there is no wa[详细]
2023-04-07 16:41 分类:问答More than 100 connections to sql server 2008 in "sleeping" status
I have a big trouble here, well at my server. I have an ASP .net web (framework 4.x) running on my server, all the transactions/select/update/insert are made with ADO.NET.[详细]
2023-04-07 12:59 分类:问答Connection Pool Size for Fixed Thread Program
I have a fixed thread java program. It is implemented with Spring Integration and ActiveMQ. Fixed thread here means that program has multiple threads but the count of them in runtime don\'t change.[详细]
2023-04-07 07:48 分类:问答