Coder Social home page Coder Social logo

wyrover / sharedmemoryserver Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tshahmuratov/sharedmemoryserver

0.0 1.0 0.0 31 KB

C++ Shared memory server/client with COM component generating random shared memory name

License: MIT License

C++ 94.49% C 5.51%

sharedmemoryserver's Introduction

#SharedMemoryServerClient Simple server for sending files from client to server through shared memory.
Name gets from COM component (written with ATL 8)
Shared memory synchronization made through monitor synchronization pattern.
Tests for COM component written as Visual Studio Unit Test Project
Tests for Shared memory server/client written with Google test project

Currently there are several issues:

  • Rule of 3/rule of 5 broken
  • Better move to lock free algorithms because if client crashes whole process would hang till reset of server
  • Server should use thread pool for incoming files with queues of file pieces for each thread

sharedmemoryserver's People

Contributors

tshahmuratov avatar

Watchers

wyrover avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.