LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Can I use real time and GTK in the same process?? (https://www.linuxquestions.org/questions/linux-newbie-8/can-i-use-real-time-and-gtk-in-the-same-process-682580/)

webquinty 11-11-2008 04:09 AM

Can I use real time and GTK in the same process??
 
Hello,

I have develop a easy application with threads and GTK. All threads are configurate in real time priority (-50) and GTK in normal priority (20).

But when I run application and execute ps -axHl to check priority of my threads, it has not real time priority (20, same than parent process).

The questions is: is it possible to use in the same process GTK library and threads with real time (preemp rt)????

Best reagards

webquinty 11-11-2008 10:34 AM

I response myself, I can develop project with real time threads and GTK.
The problem was if I am not super user, I can not execute a real time thread.

Best regards


All times are GMT -5. The time now is 02:00 PM.