Sunday, November 12, 2017

Digest for comp.programming.threads@googlegroups.com - 1 update in 1 topic

Intelli2 <intelli2@mama.com>: Nov 11 03:53PM -0500

Hello..
 
 
My Parallel archiver version 4.26 is here, and now i have stress tested
it and it is much more stable..
 
I have just changed a little bit the libraries to render my Parallel
archiver 4.26 really thread-safe.
 
Also i have also put the DCPcrypt license inside the zip file.
 
I have just added the following methods to the interface:
 
function FixArchive(Stream:TStream):boolean;
- To fix the stream
 
function AnalyzeArchive(filename:string):TypeError;overload;
- Analyze the Archive file, the returned TypeError is ctCorrupt if the
file is corrupt or ctUnknown if the file is of an unknown format.
 
function AnalyzeArchive(Stream:TStream):TypeError;overload;
- Analyze the Archive Stream, the returned TypeError is ctCorrupt if the
stream is corrupt or ctUnknown if the stream is of an unknown format.
 
Now it has become powerful, also it is correctly Fault tolerant to power
failures etc.. , also now the returned exceptions of the constructor is
ELoadIndex if it can not load the index or EUnknownFileFormat if it
isn't the right file archive format, also i have added a boolean
property called ExtractFullPath that allows to Extract the full path or
not, i have also modified the demos inside the zip file, please take a
look at the demos inside the zip file to learn more how to use my
Parallel archiver, and now you can be more confident because it is much
more stable.
 
And the in-memory archives of Zstandard are faster now..
 
And now it takes care correctly of false-sharing.
 
And now i have included all the licenses for LZ4 and LZMA and Zstd, they
are inside the license.lz4 and license.lzma and license.zstd files.
 
And now it is much more stable and fast.
 
And the Dynamic Link Libraries for LZ4 and Zstd were updated to the
newer versions.
 
And you can use my Parallel archiver with Paragon NTFS for Mac 15
and with Paragon NTFS & HFS filesystem drivers for Linux, you can buy
them from here:
 
https://www.paragon-software.com/ntfs_linux_index.html
 
and
 
https://www.paragon-software.com/ufsdhome/ntfs-mac/
 
And you can download my Parallel archiver version 4.26 from:
 
https://sites.google.com/site/aminer68/parallel-archiver
 
 
Thank you,
Amine Moulay Ramdane.
You received this digest because you're subscribed to updates for this group. You can change your settings on the group membership page.
To unsubscribe from this group and stop receiving emails from it send an email to comp.programming.threads+unsubscribe@googlegroups.com.

No comments: