Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in boost-interprocess

Is there a C# equivalent to boost::interprocess::basic_string?

managed_shared_memory vs windows_shared_memory

c++ boost-interprocess

Can Boost Container vector manage memory through non raw pointers?

Is boost::interprocess threadsafe?

How to implement platform independent asynchronous write to file?

boost interprocess managed shared memory raw pointer as a class member

How serialize a boost::function to send it in a message_queue

Boost interprocess allocator - manage file size

c++ boost-interprocess

Which is faster for IPC sharing of objects -ZeroMQ or Boost::interprocess?

Is it safe to use boost::optional in interprocess memory?

boost::interprocess::named_mutex vs CreateMutex

Convert boost::container::boost basic_string to std::string

Shared map with boost::interprocess

How can I return an opaque handle (void* or dword) that can be cast back to a value element stored in a boost::interprocess map?

C++ allocators, specifically passing constructor arguments to objects allocated with boost::interprocess::cached_adaptive_pool

Is boost::interprocess::shared_ptr threadsafe (and interprocess-safe)?

boost interprocess named mutex remains acquired after a crash

Is it possible to store polymorphic class in shared memory?

How to communicate between php and boost library IPC?