Thesis Details

Knihovna pro práci s objekty ve sdílené paměti

Bachelor's Thesis Student: Dudka Kamil Academic Year: 2006/2007 Supervisor: Španěl Michal, Ing., Ph.D.
English title
Shared Memory Objects Library
Language
Czech
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.

Keywords

shared memory, C++, library, ICP, Linux, Windows, MDSTk, STL, allocator, Share

Department
Degree Programme
Information Technology
Files
Status
defended, grade A
Date
11 June 2007
Reviewer
Committee
Černocký Jan, prof. Dr. Ing. (DCGM FIT BUT), předseda
Křena Bohuslav, Ing., Ph.D. (DITS FIT BUT), člen
Kunovský Jiří, doc. Ing., CSc. (DITS FIT BUT), člen
Lukáš Roman, Ing., Ph.D. (DIFS FIT BUT), člen
Martinek David, Ing. (DIFS FIT BUT), člen
Sojka Petr, doc. RNDr., Ph.D. (FI MUNI), člen
Citation
DUDKA, Kamil. Knihovna pro práci s objekty ve sdílené paměti. Brno, 2007. Bachelor's Thesis. Brno University of Technology, Faculty of Information Technology. 2007-06-11. Supervised by Španěl Michal. Available from: https://www.fit.vut.cz/study/thesis/5222/
BibTeX
@bachelorsthesis{FITBT5222,
    author = "Kamil Dudka",
    type = "Bachelor's thesis",
    title = "Knihovna pro pr\'{a}ci s objekty ve sd\'{i}len\'{e} pam\v{e}ti",
    school = "Brno University of Technology, Faculty of Information Technology",
    year = 2007,
    location = "Brno, CZ",
    language = "czech",
    url = "https://www.fit.vut.cz/study/thesis/5222/"
}
Back to top