Improve Windows windowsaio engine performance
authorBruce Cran <BCran@fusionio.com>
Sat, 9 Jul 2011 06:20:47 +0000 (08:20 +0200)
committerJens Axboe <jaxboe@fusionio.com>
Sat, 9 Jul 2011 06:20:47 +0000 (08:20 +0200)
commit4e79098f9351624e93532b6a6965ac8b1cc3cce3
treed8058a74d56bc1f3b66b74fda7378d5024e6eeee
parent0aacc50c2fa41e44512ce8eacfd3d679cb016d86
Improve Windows windowsaio engine performance

Always use IO completion ports on Windows since some drives benefit from
using it even with direct or sync io.
Remove PrintError function since logging of errors is done in the core.

Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
engines/windowsaio.c