Česky
Kamil Dudka

Share Library (C++)

File detail

Name:Downloadindex.html [Download]
Detected charset:CP1250 - [Download as UTF-8]
Location: sharelib
Size:2.2 KB
Last modification:2007-08-27 01:13

Source code

<?xml version="1.0" encoding="iso-8859-2"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <title>Library for work with objects in shared memory</title>
  <meta name="GENERATOR" content="Quanta Plus" />
  <meta name="AUTHOR" content="Kamil Dudka" />
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2" />
  <style type="text/css">
    body { font-family: Geneva, Arial, Helvetica, sans-serif;}
    h2 { color:red;}
    p { text-align:justify; padding-right:2em;}
    dt { font-weight:bold;}
    dd { margin-bottom:2em;}
    ul { margin:1em 2em 2em 0; padding:0;}
    li { padding-bottom:1em;}
  </style>
</head>
<body>
  <div style="float:right;margin:1em 2em;"><a href="index.cz.html">Česky</a></div>
  <h1>Library for&nbsp;work with&nbsp; objects in&nbsp;shared&nbsp;memory</h1>
  <dl><dd>Bachelor's thesis</dd></dl>
  <hr style="margin-bottom:2em;"/>
 
  <dl>
    <dt>Author</dt><dd>Kamil Dudka, <a href="mailto:xdudka00@gmail.com">xdudka00@gmail.com</a></dd>
    <dt>Date</dt><dd>2007-05-15</dd>
    <dt>Abstract</dt>
    <dd>
      <p>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.</p>
    </dd>
    <dt>Remarks</dt>
    <dd>
      <ul>
        <li><a href="bp.pdf">Bachelor's thesis</a> [czech]</li>
        <li>Library builds<div style="margin-left:2em;"><a href="linux">Linux</a></div><div style="margin-left:2em;"><a href="win32">Win32</a></div></li>
        <li><a href="api/index.html">Library API documentation</a></li>
        <li><a href="src">Source code</a></li>
      </ul>
    </dd>
  </dl>
</body>
</html>