Share Library (C++)
File detail
File content
Library for work with objects in shared memory (Bachelor's thesis)
==================================================================
Author: Kamil Dudka, xdudka00@gmail.com
Date: 2007-05-15
Abstract
--------
This bachelor's thesis considers problems of IPC (Inter Process Comunication)
in modern operating systems. It is concentrated on usage of shared memory as IPC
in object-oriented language C++. Thesis includes design and implementation
of library, which provides easy end effective usage of shared memory.
The library makes possible to share C++ language's objects between processes.
Furthermore it creates platform-independent interface for work with shared
memory on operating systems Linux and Microsoft Windows. Effectivity of shared
memory usage as kind of ICP is evaluated in the conclusion of the thesis.
Files and directories
---------------------
index.html ...... Overview
bp.pdf .......... Bachelor's thesis [czech]
linux ........... Library build - Linux
win32 ........... Library build - Win32
api ............. Library API documentation
src ............. Source code