[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
No Subject
hi,
We have two parts in our software
one running in the
User land and the other in real time. We are using shared
memory for communication between user land and the real time
We have forever loops in our User Land
part
we have forked so that the forever loop tasks run as child
and the
parent continues. The parent in turn after forking the
child gets into a
forever loop, the forking of all forever processes
is done before the parent
becomes a forever process.
The forever loops if used without any
sleep or usleep
system calls the whole application hangs after sometime, but
if
we use them the application becomes slow but does not hang.
Is
there any solution for this so that we have all the forever
process and is
fast also?.
Prakash