Is I/O Completion ports(Windows) or Asynchronous I/O (AIO) will improve performance of multithreaded
- by Naga
Hi,
I want to use I/O Completion ports for Windows and Asynchronous I/O (AIO) for solaris and Linux versions of my server application. The application server is multithreaded and it can accept lot of concurrent TCP connections and can process many requests per conenction. Every request will be handled by seperate detached thread. Is this criteria well enough to use the latest AIO?. Is there any standardization using which one code can be used to all platforms.
Thanks,
Naga