Documentation Archive Developer
Search
PATH  Documentation > WebObjects 4.5 > WebObjects Developer's Guide


Table of Contents Previous Section

Control Memory Leaks

Make sure that all objects allocated by your application are being deallocated. The Yellow Box provides some tools that can help you check your code for memory leaks, such as the ObjectAlloc application. For more information, see ObjectAlloc's on-line help or the MallocDebug application.

Another way to control leaks is to have the application shut down and restart periodically, as described in the section "Automatically Terminating an Application".

Table of Contents Next Section