|
-
Jul 29th, 2009, 12:26 PM
#4
Re: Improve search speed
A lot of it can depend on the objects you are using. If you are using COM based components, you need to explicitly free the memory using Marshal.ReleaseCOMObject. If you are using .Net objects, many have a dispose method that can be called to clean up the objects.
Also, do you see the memory usage of your App continue to increase as you use it, with no signs of decreasing?
Posting some of your data access code may also help in pinning down the issue.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|