> The "client" is launching very fast 10 tasks that try do to the same
> thing (just to test the blocking mechanism). Randomly, 7 of them are
> finishing (maybe 5, maybe 6) the other are inifinitely waiting, even I
> have specified a ns_event wait with timeout.

Add some log statements around the "ns_event timedwait" to see if they
are really blocking indefinitely in that call, or if they are looping.

Reply via email to