[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [rtl] multithreaded FIFO reading app
hello again,
the problem i was having has been eliminated. kinda strange it was. i
was seeing bizarre behavior from a thread trying to read from a fifo,
but the cause wasn't a bug, lack of know how, or a problem with V (the
gui development code) Actually, when I generated the child thread, I
left the paranthesis in the function name, which the compiler didn't
even give a hoot about. Anyway, this improper addition of those little
curved things caused all my woes. Troublesome is it that the thread
worked somewhat, but not enitrely....
brent