P
Peteroid
I have a process that takes a long (i.e., sometimes minutes) to accomplish,
and I'd rather not write it as a 'time-slicing' process. Is there some sort
of Windows call that will allow this process to release the CPU for other
processes, yet will return where it left off auomatically? I use to program
in Visual Basic, and think there was something sort of "release" command
that did this.Or does MS VC++.NET already do this automatically (i.e., time
slice the execution to allow for other processes)?
Thanks in advance!
[==Peteroid==]
and I'd rather not write it as a 'time-slicing' process. Is there some sort
of Windows call that will allow this process to release the CPU for other
processes, yet will return where it left off auomatically? I use to program
in Visual Basic, and think there was something sort of "release" command
that did this.Or does MS VC++.NET already do this automatically (i.e., time
slice the execution to allow for other processes)?
Thanks in advance!

[==Peteroid==]