Use this dialog box to specify how the server handles the creation and destruction of your data module.
Item |
Description |
Creation |
Controls when an instance of this module is created: On Demand creates the instance only when it is referenced. Always creates the instance on startup. |
Caching |
Controls when a module is destroyed. At runtime, the instance of this module can be either kept in cache, or removed from memory when the request has been serviced. Cache Instance keeps the instance in memory even if there are no current references to it. Destroy Instance allows the server to remove the instance from memory if there are no references to it. |
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|