[U2] [UV] Basic Program Scheduling Priority

2007-01-13 Thread Perry Taylor
I have several BASIC processes that are quite CPU intensive which I would like to slow themselves down a bit so the don't take so much processor time. Is anyone aware of way for a UniVerse BASIC program to change it's own processing priority? Something akin to getpriority()/setpriority() is C?

RE: [U2] [UV] Basic Program Scheduling Priority

2007-01-13 Thread Buss, Troy \(Logitek Systems\)
Take a look at the NAP statement in universe basic. I believe it takes tenths or milliseconds as a parameter. -Troy --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] [UV] Basic Program Scheduling Priority

2007-01-13 Thread Allen Egerton
Perry Taylor wrote: I have several BASIC processes that are quite CPU intensive which I would like to slow themselves down a bit so the don't take so much processor time. Is anyone aware of way for a UniVerse BASIC program to change it's own processing priority? Something akin to