Jump to content

ScadaMan

Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Posts posted by ScadaMan

  1. QUOTE(TiT @ Nov 1 2007, 04:09 PM)

    Yes I have. There is a long thread about this : http://forums.lavag.org/Memory-usage-issue...lkit-t6570.html

    To sum up, you must not "open", right/read and close everytime because the 4k reference is released only when LabVIEW shuts down.

    You have to do a single open, keep the reference in shift register and close this reference only when you quit your application.

    Hope this helps

    Thank you very much, TiT.

    I will try your suggestion.

  2. Has anyone ever experienced "memory leak" problems in applications involved with Database systems ?.

    This occurs when we used database connectivity toolkit in LabVIEW8.20 to conncect to Oracle10g RDBMS installed at a server. At first everything is ok, but after a while, memory usage of the server tends to be increasing. We rechecked our code several times and nothing in the code seems to be the cause of the problem. We, however, suspect the functionality blocks of the DB connectivity tools.

    Thank you very much.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.