connection-pooling
Connections not closed Spring with tomcat 5.5
We are using a j2ee application with spring framework 2.0. The server used is tomcat 5.5. The database used is mysql. We are using a VPS for hosting our application and we have noticed that the CPU us[详细]
2023-03-14 01:51 分类:问答MS SQL Server 2005 Express x86 - its port is unreachable - help
I have just installed the MS SQL Server 2005 Express and, of course, I am trying to connect it with my test app but the thing is ... for some reason I cannot connect it[详细]
2023-03-13 14:38 分类:问答Problems using db2 type 4 drivers with glassfish
I am trying to create a connection pool for a db2 database in glassfish and I\'m somewhat new to the entire process. I created the pool yesterday with no problems, I pinged the server successfully and[详细]
2023-03-12 08:38 分类:问答sqlconnection pooling problem
Hi i got a web application(asp.net) where we just started getting \"System.InvalidOperationException: Timeout expired.\" when trying to get a new sql connection.[详细]
2023-03-12 01:00 分类:问答Using Statement and Connection Pooling
I recently came to know the concept of \'connection pooling\' in .NET, and as such I have a little doubt I would like anyone to clarify it for me. If I use the following piece of code, when will the d[详细]
2023-03-11 19:31 分类:问答Pooled logins/logouts causing overloaded server
I have an ASP.net web application with a large amount of user v开发者_运维技巧isits. I have used NHibernate as my ORM (with SQL Server 2005 SP3), and it has worked fine. However, it has been about two[详细]
2023-03-11 17:55 分类:问答Problems using Tomcat JDBC Connection Pool in Tomcat 7
In server.xml: <GlobalNamingResources> <Resource name=\"jdbc/ArchiveDB\" auth=\"Container\" type=\"javax.sql.DataSource\"[详细]
2023-03-11 05:28 分类:问答problem regarding maximum pool size in asp.net
I have been working on a small file manager module in a project where a list of folders are shown in a treeview. I have done the whole thing in javascript. Everytime I click a node, a list of data is[详细]
2023-03-10 18:36 分类:问答Prepared Statements along with Connection Pooling
I have a question regarding general use of Prepared Statement along with connection pooling. Prepared Statements are generally tied to one connection only.In our application, a PreparedStatement is c[详细]
2023-03-07 13:36 分类:问答Why is establishing a connection with a database server considered a hefty and high resource consuming process?
How do we measure the \'high resource consuming\' part? As a follow up, I have another 开发者_C百科question-[详细]
2023-03-06 04:02 分类:问答
加载中,请稍侯......