Is Boost IPC any good? [closed]
问题 My default choice for cross-platform IPC would be boost, but I saw it criticised in two different forums when I asked about it and this concerned me. Perhaps this was simply a coincidence, so what are the thoughts on boost IPC and choosing a cross-platform C++ IPC library in general? For Windows dev we're using VC++ 2008 for reference. edit: here is an example of comments I've seen made (can't find them all right now): for boost, it's crap. At least on windows. The Mutexes don't use WinAPI,