|
Home > Archive > Unix Programming > June 2005 > Shared Memory C++
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Martin Vorbrodt 2005-06-14, 5:57 pm |
| Is there a C++ library available, which encapsulates the C API calls related
to shared memory, semaphores, signals, message queue's, etc.
Thanx
| |
| Loic Domaigne 2005-06-14, 5:57 pm |
| Salut Martin,
> Is there a C++ library available, which encapsulates the C API calls related
> to shared memory, semaphores, signals, message queue's, etc.
The ACE (ADAPTIVE Communication Environment) library might offer what
you are looking for.
Loic.
| |
| Måns Rullgård 2005-06-14, 5:57 pm |
| "Martin Vorbrodt" <mvorbrodt@poczta.onet.pl> writes:
> Is there a C++ library available, which encapsulates the C API calls
> related to shared memory, semaphores, signals, message queue's, etc.
Why would you want to do that?
--
Måns Rullgård
mru@inprovide.com
|
|
|
|
|