|
Back
Midas
Rome
Roody
Rootana
|
Midas DAQ System |
Not logged in |
|
|
05 Sep 2024, Jack Carlton, Forum, Python frontend rate limitations?
|
05 Sep 2024, Ben Smith, Forum, Python frontend rate limitations?
|
05 Sep 2024, Stefan Ritt, Forum, Python frontend rate limitations?
|
06 Sep 2024, Jack Carlton, Forum, Python frontend rate limitations?
|
11 Sep 2024, Konstantin Olchanski, Forum, Python frontend rate limitations?
|
27 Sep 2024, Ben Smith, Forum, Python frontend rate limitations?
|
11 Sep 2024, Konstantin Olchanski, Forum, Python frontend rate limitations?
|
11 Sep 2024, Konstantin Olchanski, Forum, Python frontend rate limitations?
|
|
Message ID: 2832
Entry time: 11 Sep 2024
In reply to: 2828
|
Author: |
Konstantin Olchanski |
Topic: |
Forum |
Subject: |
Python frontend rate limitations? |
|
|
>
> poll(INT count) {
> for (i=0 ; i<count ; i++)
> if (new_event())
> return TRUE;
> return FALSE;
> }
in the c++ frontend (tmfe.h) this loop usually runs in a separate thread, and I am now working on the linux magic to assign this thread maximum
uninterruptible priority. otherwise on my Cyclone-V FPGA SoC I see 1-10 msec dropouts, I think from taking ethernet interrupts.
K.O. |