Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Need feedback on Compress::Zlib

by Anonymous Monk
on Jul 13, 2001 at 19:57 UTC ( [id://96455]=perlquestion: print w/replies, xml ) Need Help??

Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Hi!

I'm looking for some feedback on Compress::Zlib (Win32 version of it specifically)
Is anyone using it in production? If so, how stable/reliable has it been?

Thanks in advance!
Mr. D'Oh

Replies are listed 'Best First'.
Re: Need feedback on Compress::Zlib
by bikeNomad (Priest) on Jul 13, 2001 at 20:01 UTC
    I wrote Archive::Zip, so I have a fair amount of experience with Compress::Zlib (though much of it is second-hand). I know of no one who has had problems with it after about version 1.06. Prior to that version, it would damage data sometimes when compressing.

    Overall, I'd say it's quite stable. It's being used in the guts of ActiveState's PPM, for instance. Archive::Tar uses it for its file (de)compression, and Archive::Zip uses it for its member (de)compression. There are other interfaces to it, including IO::Zlib that lets you view a gzip stream as a file handle. This may be easier to use, depending on your application.

Re: Need feedback on Compress::Zlib
by MZSanford (Curate) on Jul 13, 2001 at 20:02 UTC
    I have used Compress::Zlib a few times in the past on both unix (Linux,SunOS,HP and IRIX) as well as Win32 with very few failures. I find it to be stable, but (always a catch) i write production unix code, but not Win32 code, so i am unfortunatly not too much help on the long term stability on Windows ... but, assuming the code is reasonably similar, i would expect it to be stable.

    All that, and i managed not to help ... sorry
    OH, a sarcasm detector, that’s really useful
Re: Need feedback on Compress::Zlib
by Malkavian (Friar) on Jul 13, 2001 at 20:21 UTC
    I use Compress::Zlib on production code.
    It's on Linux, so I can't guarantee that translates 100% to windows, although I'd hazard a guess that it's as stable.
    The scripts I've got going run through about 40GB of data per week, and integrity checks show it's having no problems at all..
    I'd say it's plenty stable enough (currently it's on a run of about 140GB, and it's quite merry).

    Cheers,

    Malk

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://96455]
Approved by root
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (5)
As of 2024-04-26 08:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found