GithubHelp home page GithubHelp logo

distributed_file_processing_demo's Introduction

distributed_file_processing_demo

Distributed file processing demo, using Linux C socket and GTK GUI
This is a demo of distributed file processing system. In this demo, there is one server with multi salve node. Once a user client send a file processing request, the file will firstly be received by the server, and the server will distribute the task onto multi salve node to process. The server will wait on a thread for the finishing of all related salve nodes, and finally the result will be send back to the user client.
In this project, user client GUI is based on GTK,the communication is realized with Linux C socket, and multi-threading is also used.
The general structure is just the below picture shows.

结构

Functional Demo

As shown below, the client chooses a plain text file written in english, and request for Caesae cipher. The server will receieve the request and distribute the task onto multi slave node and send back the result. 演示

distributed_file_processing_demo's People

Contributors

lichang98 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.