Attention is currently required from: neels, pespin.
1 comment:
Patchset:
> Blocking of the main thread can happen with this patch, at the times when the main thread wants to […]
I tend to agree with pespin here. The point of shifting things to a separate thread is that the main thread is not blocked at all (aside from the inevitable inter-thread synchronization primitives like mutexes, whenever those are required). But if mutexes are used, then they must be taken and released within one small section of code, without making expsensive or (god forbid) blocking syscalls in between.
To view, visit change 36540. To unsubscribe, or for help writing mail filters, visit settings.