mpio
mpio copied to clipboard
Multipurpose parallel I/O framework for C++ with fully multithreaded event loop implementation
After fixing these two typos (and adding the other fix for Ruby's include), I was finally able to compile on OS X.
Hi Furuhashi-kun, The original error is like below. Please pull this request for successful brew installation. Thanks! ``` sh % brew install mpio ==> Downloading https://github.com/downloads/frsyuki/mpio/mpio-0.3.7.tar.gz Already downloaded: /Library/Caches/Homebrew/mpio-0.3.7.tar.gz ==>...
Ruby 1.9 removed the current directory from the load path, so we need to do absolute path loading inside the _preprocess_ script.
Hi, I've fixed my issue with large MsgPack-RPC responses. After figuring out how your code works, I now unconditionally check m_out->has_queued() in the main event loop. I do not 100%...