Is I/O Completion ports(Windows) or Asynchronous I/O (AIO) will improve performance of multithreaded
Posted
by Naga
on Stack Overflow
See other posts from Stack Overflow
or by Naga
Published on 2010-03-22T07:03:34Z
Indexed on
2010/03/22
7:11 UTC
Read the original article
Hit count: 357
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
© Stack Overflow or respective owner