View Single Post
Old 17-05-2008, 17:33   #2
variabilepippo
Senior Member
 
L'Avatar di variabilepippo
 
Iscritto dal: Mar 2007
Messaggi: 1792
Quote:
Quale linguaggio sarebbe piu indicato per fare qualcosa del genere.
Qualsiasi linguaggio che ti consenta di accedere alla Windows API, per esempio potresti usa la funzione SetPriorityClass:

Quote:
IDLE_PRIORITY_CLASS
0x00000040
Process whose threads run only when the system is idle. The threads of the process are preempted by the threads of any process running in a higher priority class. An example is a screen saver. The idle-priority class is inherited by child processes.
Per operare sul singolo thread: SetThreadPriority.
variabilepippo è offline   Rispondi citando il messaggio o parte di esso