On Thu, Apr 26, 2007, Mark Powell wrote: > >That can come after we've figured out why its crashing (ie, we can add in > >a few lines to log specific details about the failed IO request.) > > I'll add that code from the other message you sent me. Thanks. > >I'd stay away from the posix AIO code though; its reasonably naive and > >was meant for development. I know how to make it more "optimal" and suited > >to production use but it'd take time I don't have. :( > > Do you mean I should be using the kernel module or not? > I assume that it will use the kernel code when: > > #define USE_AUFSOPS 0 Well, there's a build option for it; it'll set that #define appropriately. Adrian