How is caching enabled?
Answer / chaitanya
What level of caching is depends on what resources that available on host system. With EnableServerCaching, Specify what objects the system stores in cache on the application server. To enable application server disk caching set the value to 1 or 2.
If value is 1, the system caches only the most used classes of objects, and if value is 2, the system caches all object types regardless of the frequency of use.
To disable application server caching, the value must be set to 0. Turning off caching significantly degrades performance, as it requires the application server to retrieve an object from the database each time the system it is referenced.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is spawning?
What is THREE-TIER CLIENT?
What could be the cause of Tuxedo�s not being able to boot the process scheduler domain?
Name the configuration file of Process Sheduler and it’s location?
Name the application uses for communication?
What is DDDAUDIT?
What is SYMBOLIC ID?
Can two different apps server talk to 1 database?
Walk through the process of how a request from the client gets processed and returned to the client from a data perspective?
What determines the level of detail written to the APPSRV_MMDD.LOG?
What all can a PeopleSoft Patch contain.
What are the steps to migrate changes from a development to a test an environment (compare, check Audit flags, migration, validate)?