Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kspviswa/distributed-compressor-decompressor---dcd--
Distributed Compressor / Decompress-or [DCD] will perform file compression / decompression in distributed fashion.
https://github.com/kspviswa/distributed-compressor-decompressor---dcd--
Last synced: 14 days ago
JSON representation
Distributed Compressor / Decompress-or [DCD] will perform file compression / decompression in distributed fashion.
- Host: GitHub
- URL: https://github.com/kspviswa/distributed-compressor-decompressor---dcd--
- Owner: kspviswa
- License: mit
- Created: 2014-08-03T17:21:54.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-03T18:22:51.000Z (over 10 years ago)
- Last Synced: 2024-10-11T18:55:16.092Z (about 1 month ago)
- Size: 137 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Distributed-Compressor-Decompressor---DCD--
===========================================Distributed Compressor / Decompress-or [DCD] will perform file compression / decompression in distributed fashion.
The file compression / decompression will be accomplished by ZLIB library.
Interesting fact about this tool is that, it manages to accomplish the task
under distributed fashion, thereby taking more load in parallel.Typical applications would be using this tool to quickly compress the files, before uploading to storage servers etc.
Following binaried planned for this project.
1) Client tool ---> Which takes the file name as input and trigger the task to server.
2) Server tool ---> Which runs in multithreaded mode to parallely compress files in distributed fashion.
3) Server peers tool --> Which runs in sync with other server peers [either in same machine / different machines], communicates via IPC / RPC / Sockets to share the load.
4) Monitoring tool / webpage to present the status of the server peers.