English 中文(简体)
联系 在阿帕奇·托马托克的集合6使网站得以hang,直到重新启用目录。
原标题:connection Pooling in Apache Tomcat 6 causes website to hang until tomcat is restarted again

在对网站连接进行配置之后,网站似乎在一段时期后被hang,但以其他方式执行得较快。 是否把同一原因联系起来? 当网站停止答复时,重新启动时,问题又再次出现? 什么?

问题回答

或许,你的法典没有将连接重新分配给人才库。





相关问题
Get number of free connections in connection pool

In my project Spring manages connection pool with org.apache.commons.dbcp.BasicDataSource class. Is possible to get how many connections are free or used in current time? Thanks.

Hibernate, C3P0, Mysql Connection Pooling

I recently switched from Apache DBCP connection pooling to C3P0 and have gone through my logs to see that there are connection timeout issues. I haven t had this in the past with DBCP and Tomcat, so ...

Enable ODP.Net performance counters

How can I enable the ODP.Net Performance Counters for my web app??? I m Using: .Net 2.0 Oracle 11g Windows 2008 R2

Connection Pooling on Oracle 11g w/ asp.net

What is the best way to handle connection pooling with Oracle 11g and asp.net, I m having issues where Oracle refuses to open up any new connections for the web app after a while. This causes the ...

Connection Pooling and Multiple Connection Strings

An ASP.NET 3.5 application has two connection strings: Data Source=RedDB;Initial Catalog=Red;User Id=myuser;Password=pas;Max Pool Size=50;Min Pool Size=1 Data Source=BlueDB;Initial Catalog=Blue; ...

Creating a database connection pool

Need information on creating a connection pool to the database (irrespective of the database) , and how efficient they are? What are the conditions where they can enhance performance. How to create ...

热门标签