03-14-2006 06:52 PM
Solved! Go to Solution.
03-14-2006 10:57 PM
03-26-2006 07:23 PM
Thansk But I am sure there'a better method to write to acahed rather than to file alone. What I would like to write to and read from cache efficiency and speed.
Clement
03-27-2006 02:25 AM
Applications are not supposed to control the cache at all. The CPU cache is handled by Windows an/or BIOS only and varies per motherboard/CPU and other system parameters. Trying to control that would be a really big hassle.
@astroboy wrote:
Thansk But I am sure there'a better method to write to acahed rather than to file alone. What I would like to write to and read from cache efficiency and speed.
Clement
03-26-2008 08:19 PM
Hi Rolf, Thanks for enlightening me on this cache issues.
I am using labview 7.1, LabSQL and MySQL.
I have a question to ask.
From what I read, about cache in wikipedia. It is said that everytime there are data to wriite, they would be written in both cache and hardrive.
In my case, my LV program acquires values, write to cache, local and remote database. In case of network breakdown , it will still save data to caches and local database.
Once the network is up, old data from caches will not be saved to remote databases automatically. Is that correct?
Clement
03-26-2008 10:21 PM - edited 03-26-2008 10:22 PM
astroboy wrote:
In my case, my LV program acquires values, write to cache, local and remote database. In case of network breakdown , it will still save data to caches and local database.
Once the network is up, old data from caches will not be saved to remote databases automatically. Is that correct?
Clement
03-27-2008 01:52 AM
Hi Ravens
Thanks May I know what is A LabVIEW 2 style global ?
I had not come across this before. Can you link me to this? Thank you.
03-27-2008 03:04 AM
Hi astroboy,
a LabView 2 style global is a while loop with shiftregisters and a case structure in it. For more information see this link.
Mike
03-27-2008 07:53 AM
I wrote a Nugget on Action Engines which is another name for LV2 style globals.
See this thread.
Ben
03-27-2008 08:32 PM
Dear Mike and Ben,
Thanks alot