Performance Improvement Tips on clustered Weblogic
To make sure that the performance of the ATG application or any application, for that matter, on BEA Weblogic's clustered environment, the following have to be done:
1. Every object stored in the session should be serializable and
2. Use session.setAttribute() to force the replication between the servers.
More can be read at BEA's site.
1. Every object stored in the session should be serializable and
2. Use session.setAttribute() to force the replication between the servers.
More can be read at BEA's site.
Labels: performance, Weblogic
0 Comments:
Post a Comment
<< Home