Performance Tuning Your JDBC WebLogic Applications

Even after all the discussion on connection pooling and multipooling to improve performance, if you don't follow a set of good programming practices, you will still end up having poorly performing applications. This set of guidelines, if followed, will result in better performance:

  • While you decide the number of connections in your connection pool, you should estimate the number of concurrent users for the application. Since WebLogic Server's connection pool can multiplex the connections, the number of concurrent users will help to define the size of the connection pool.

  • Caching data is another way to reduce the overhead of database interaction. RowSets, a new interface defined as an extension ...

Get Sams Teach Yourself BEA WebLogic Server 7.0™ in 21 Days now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.