[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Detach FIFO Handler



Hello,

is there a way to destroy my FIFO handler attached with
rtf_create_handler.
I want to use the fifo handler only during intialization, during my hard
realtime loop i donīt want to be disturbed by a handler.

Currently my idea is to kill the whole fifo and do re-create it, but i
think this is a little risky as I cannot be sure that no one else is
trying to use exactly this fifo at this moment...


thanks!

tobias