Hello!
How do I set the priority of a certain process to a higher state? I have a Java program running on a TCL kiosk machine at work that is collecting data from several data acquisition devices. Is it possible to get the linux kernel to dedicate all CPU resources to my program to get it running in real time? I know you can do this in Windows with the task manager by right clicking a process, selecting 'set priority' and then selecting 'real time'.
I read somewhere about 'niceness' in Linux; but I don't know if TCL supports 'niceness''.
Any help is appreciated.