Optimizing Application Performance
Your application performance can be improved, sometimes substantially, by following
the guidelines and tips in this section.
Subtopics include:
- Optimizing Process API Usage
recommends ways of coding, such as minimizing RPCs (for example, "fetch*()"
API methods) to the Process Engine, to optimize performance. Applies to all
Process applications, regardless of web application.
- Using ADO to Query the Process Database
describes how to use ADO instead of the API for Process queries, which
can significantly improve performance for large-scale web services-based queries.
Applies to Process applications with FileNet Web Services and FileNet Open
Client.
- Utility-related Performance Tips - FileNet Web
Services describes the negative impact on performance resulting
from frequent calls to the server-side sorting utility file. Applies to HTML
Step Processors using FileNet Web Services.