01-10-2010 03:56 AM - edited 01-10-2010 03:57 AM
Our LabVIEW program dynamically loads a bunch of LabVIEW classes with a high total number of methods at run-time, which takes quite some time at start-up (one minute). According to the task manager, the CPU load is rather low during this time (about 25% per core on a quadcore CPU). After the first start, any subsequenct restarts of the program (without closing LabVIEW) are much faster (a few seconds), showing that it's indeed loading the VIs into RAM that takes time and not any other initialisation done by our program.
01-10-2010 06:44 PM - edited 01-10-2010 06:45 PM
Solid state drives are not really faster than good old mechanical drives unless you spend very large amounts of $$$.
I have an Eeepc with an early MLC type SSD and it is a slug. Faster raplacements run in the $200 range for 64GB.
I would think a RAID-0 setup would be a more cost effective soultion to speed up disk access.