On 4/11/13 8:25 PM, weijin wrote:
after changed to Linux Native AIO, the AIO callback happened in the same thread, that means all subsequent operations of vol init will be also happened in only one thread. But the previous aio can callback in any ET_CALL thread, so in most case the vol init operations can spread to many thread.
Hmmm, so why is that a bad ? The callback has to happen on one single thread? -- Leif