[CLOSED] [1.2] Memory

  1. #1

    [CLOSED] [1.2] Memory

    Hello,

    Just curious if the ResourceManager dispose method should be doing anything? It appears to be empty; I find it odd that it is disposable with no implementation. I'm asking because I'm using the ResourceManager across multiple partial views in the HttpContext and I'm tracking down a large memory leak and was beginning to evaluate the items stored in cache and dispose of anything that's disposable.

    Also, can you let me know if you are interfacing with any unmanaged code like COM P/Invoke.

    Cheers,
    Timothy
    Last edited by Daniil; Mar 15, 2012 at 6:42 PM. Reason: [CLOSED]
  2. #2
    Hi,

    Ext.Net doesn't contain controls which implement IDisposable interface, Ext.Net doesn't work with unmanaged resources therefore I am not sure if Ext.Net can afftect on memory leaks

    I'm using the ResourceManager across multiple partial views in the HttpContext
    Can you elaborate it? Do you share one instance of ResourceManager for several partial views?
  3. #3
    Thanks, we found the problem to actually be an implementation problem with the Castle Windsor IoC and transient objects not releasing themselves. I was just asking about the ResourceManager because I noticed it inherits IDisposable and wondered if it could be holding anything up in memory.

    Please disregard and close this thread.

    Thank you for your prompt attention :)

    Cheers,
    Timothy

Similar Threads

  1. [CLOSED] Memory leak
    By bbo1971 in forum 2.x Legacy Premium Help
    Replies: 35
    Last Post: Feb 08, 2013, 3:54 PM
  2. Out of memory
    By theblackcat_2902 in forum 1.x Help
    Replies: 1
    Last Post: May 08, 2011, 1:09 AM
  3. [CLOSED] memory leaks
    By acrossdev in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Mar 22, 2011, 11:10 AM
  4. [CLOSED] Question about memory consumption
    By ddslogistics in forum 1.x Legacy Premium Help
    Replies: 6
    Last Post: Jan 06, 2011, 3:50 AM
  5. Memory Leak in I.E.
    By crazypsdev in forum 1.x Help
    Replies: 6
    Last Post: Nov 09, 2009, 9:55 AM

Posting Permissions