Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.programming.threads > #1381
| From | aminer <aminer@toto.ca> |
|---|---|
| Newsgroups | comp.programming, comp.programming.threads |
| Subject | About my parallel archiver 1 ... |
| Date | 2013-02-19 23:39 -0800 |
| Organization | A noiseless patient Spider |
| Message-ID | <kg1k0s$8rr$1@dont-email.me> (permalink) |
Cross-posted to 2 groups.
Question: What's your newest ideas behind your parallel archiver ? Answer: Of course my Parallel Archiver does support Parallel commpression etc. but my newest ideas behind my Parallel Archiver are this: I have played with Winzip and 7Zip , but if you want to give some files to extract or to test there integrity, they both (Winzip and 7Zip) will use sequential access and that's bad i think, so i have decided to implement a O(1) access that is very fast for extraction and and for testing the integrity etc. into my Parallel Archiver and for that i have used an in-memory hashtable that maintains the files names and there correponding file positions , and my second idea is that my Parallel Archiver is fault tolerant to for exemple power failures and also if your hardisk is full and you get file corruption etc. so my Parallel Archiver is fault tolerant to this kind of problems , 7Zip and Winzip i think are not fault tolerant to those kind of problems. Thank you, Amine Moulay Ramdane. I have played wi
Back to comp.programming.threads | Previous | Next — Next in thread | Find similar
About my parallel archiver 1 ... aminer <aminer@toto.ca> - 2013-02-19 23:39 -0800 Re: About my parallel archiver 1 ... aminer <aminer@toto.ca> - 2013-02-20 07:02 -0800 Re: About my parallel archiver 1 ... aminer <aminer@toto.ca> - 2013-02-20 07:12 -0800 Re: About my parallel archiver 1 ... aminer <aminer@toto.ca> - 2013-02-20 08:38 -0800
csiph-web