You are not logged in.
Hi, I'm wondering if anyone here has input on the issue described here.
Specifically, why does write() on nfs stop the main loop thread even though it's in another thread, and how can this be avoided? Thanks for any input!
UPDATE: Turns out it wasn't the write call blocking causing the problem, but was stat calls in the main thread, as explained here. gdb helped show what was going on in the threads.
Last edited by IgnorantGuru (2012-06-25 15:07:51)
Offline