Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in boost-interprocess

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?

Deleting boost interprocess_mutex when other process might be using it

64bit and 32bit process intercommunication boost::message_queue

Read and remove first (or last) line from txt file without copying

Create a locked file with boost::interprocess::file_lock

Interprocess reader/writer lock with Boost

How to communicate between php and boost library IPC?