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.