Ted Hyde wrote: > loadrt threads name1=tt period1=100000 Hm, this might be the problem. You're running this thread every 100 us, but the thread is pretty long-running. Try upping the period to 1000000 (aka 1e6, aka 1,000,000). If that fixes it you can try speeding it up until you get a good balance between system responsiveness and IO update frequency.
-- Sebastian Kuzminsky Distances obtained as the speed of light multiplied by a cosmological time interval have no direct physical significance. <http://en.wikipedia.org/wiki/Observable_universe> ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
