Setting Objects to Nothing
Written by Eric Smith, Northstar Computer Systems LLC
In ASP, it is no longer necessary to set your objects to Nothing before ending the page. In previous versions, garbage collection was very poor and if objects weren't set to Nothing, they would just eat more server memory. However, this problem was fixed for IIS 4 and objects are automatically released when the page completes.
Keywords: [
Uncategorized ASP Tips
]
Publication Date: 7/1/1999
|