Re: [beagleboard] How can I give higher priority to user-space signal which emits data by usig signal over bbb interru

2016-02-22 Thread Dieter Wirz
Have a look at "nice" import os os.nice(-20) A nice value of -20 represents highest priority, and a nice value of 19 represent least priority for a process. On Mon, Feb 22, 2016 at 5:01 PM, Upol Ryskulova wrote: > How can I give higher priority to user-space signal which emits data by usig > P

[beagleboard] How can I give higher priority to user-space signal which emits data by usig signal over bbb interru

2016-02-22 Thread Upol Ryskulova
How can I give higher priority to user-space signal which emits data by usig PySide Signal class over the interrupt which reads value from a sensor when edge is rising of beaglebone black(BBB) gpio. The sensor rate is set to 860, so in every second it reads 860 data, consequently changes the flo