> I think this implementation looks similar to ACE. The proactorRTFM?
> implementation varies depends on platforms. ACE uses native asynch IO
> features for Windows, Solaris but not for LINUX.
> I wanted to know if boost.asio implements asynch IO for LINUX not like
> ACE.
http://www.boost.org/doc/libs/1_53_0/doc/html/boost_asio/overview/implementa
tion.html
http://think-async.com/Asio/WhoIsUsingAsio
> Then does proactor of boost.asio on LINUX work well? If it is portable I
> guess it should though.
>
> Do people use proactor of boost.asio on LINUX?
As far as I know, the best performance at Linux can be achieved using
"io_service-per-CPU design":
http://www.boost.org/doc/libs/1_53_0/doc/html/boost_asio/examples.html#boost
_asio.examples.http_server_2
Regards,
Marat Abrarov.
_______________________________________________
Boost-users mailing list
Boost-users@lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-users