Kolja Waschk wrote:
>>> Yes. I just tried and replaced the select with a loop accept()ing on the now
>>> nonblocking socket plus some usleep() and still the fault occurs as with
>>> select(). No other thread in the current setup uses select().
>> Mmmm busy waiting? But is Linux able to run from time to time?
> 
> Yes, an usleep(100000) after each "check" of all sockets allowed me to telnet
> into the system while the server runs, for example

I do not really understand what we are talking about. Are we talking
about Linux select/accept or Xenomai select/accept? Why not using the
blocking accept?

-- 
                                            Gilles.

_______________________________________________
Xenomai-help mailing list
[email protected]
https://mail.gna.org/listinfo/xenomai-help

Reply via email to