performance optimization (RSS)

tomcat performance tuning

In the Tomcat and application of the stress test, if the performance of your application, not satisfied with the results, you can take some performance tuning measures, and of course the premise is th ...

Apache Tomcat 5.5 Servlet / JSP container

How the preparation of the cluster / Session replication print-friendly version Load Balancing section. Note: Remember your session state is tracked by a cookie, so you see the URL from the outside mu ...

Hibernate Performance Optimization 1

First, modify, and delete volume In Hibernate 2, if any need to modify, and delete data operation, are required to execute a query operation, being necessary to modify or delete data, then the corresp ...

Linux under nginx, resin, squid, lighttpd related

Questions in mind: nginx, resin, squid, lighttpd between these four, there is no direct correlation; put together just like to summarize my personal knowledge of your own but do not he intended! 1 Ngi ...

Front-end development of the common IE debugging tools [to]

Some front-end development of the common IE debugging tools: Microsoft Script Debugger - Companion.JS need to install this Companion.JS - Javascript debugger for IE, like Console API feature IE Develo ...

Performance Optimization of Java

Java in the mid nineties after the impressive win at the same time, but also attracted some criticism. Won the admiration of the major Java are cross-platform interoperability, the so-called "Wri ...

Hibernate performance optimization techniques

Deal with large amount of data at the time, there will be many data buffer stored in the Session level cache, this cache will be great too serious display performance, so in the use of Hibernate handl ...

Optimize the performance of hibernate

Optimize the performance of hibernate Hibernate is a lightweight JDBC package, so in many cases the performance of Hibernate than direct access to the database using JDBC lower. However, through the r ...

Java Performance Optimization Tips Collection

=================================== Abstract: ============= ================== Procedures for use of resources (memory, CPU time, network bandwidth, etc.) are limited, the purpose of optimization is t ...

Hibernate Performance Optimization

Hibernate is a lightweight JDBC package, so in many cases the performance of Hibernate than direct access to the database using JDBC lower. However, through the correct methods and strategies, the use ...

javascript performance optimization

Would like to sum up a long time about javascript performance optimization some things, usually also have the attention of the collection of information in this regard. Del.icio.us put in the collecti ...

Rails January of dynamic

More than a month before, Rails 2.2.2 released at the same time, the official immediately issued a statement, saying that Rails 2.3 is under development. See the news, while lamenting on the Rails Cor ...

hibernate study of the second

Persistence of three main points: 1, a statement for persistent fields accessors (accessors) and whether the variable signs (mutators) Property statement is not necessarily required for the public' ...