> Redesign MessagePack-RPC for C++ to use Boost.Asio and Boost.Thread
> -------------------------------------------------------------------
>
> Key: MSGPACK-12
> URL: http://jira.msgpack.org/browse/MSGPACK-12 > Project: MessagePack
> Issue Type: New Feature
> Components: C++
> Environment: Win32
> Reporter: Anders Dalvander
> Assignee: FURUHASHI Sadayuki
>
> MessagePack-RPC for C++ does not work on Win32 natively. This is a huge issue as MessagePack aims to be platform independent.
> In order to provide a platform independent C++ RPC library the MessagePack-RPC for C++ should use Boost.Asio and Boost.Thread instead of MPIO and pthreads. Boost is a de facto standard for most C++ development and far more supported than MPIO. The Boost libraries should be used if MessagePack-RPC for C++ aims to be platform independent.