![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Well I have seen the release notes for IDS 10.00.UC4 but it is still not on the trail download site... why the delay? It's very nice of IBM to make me click through several pages to see if it has been put up their yet..and to send me an email each time..but why is the trial version not up there the same time as the IDS Information Centre gets updated? |
#3
| |||
| |||
|
#4
| |||
| |||
|
|
Well I have seen the release notes for IDS 10.00.UC4 but it is still not on the trail download site... why the delay? It's very nice of IBM to make me click through several pages to see if it has been put up their yet..and to send me an email each time..but why is the trial version not up there the same time as the IDS Information Centre gets updated? ( Isn't it a TRIAL download not a TRAIL download? Of course having to wade |
#5
| |||
| |||
|
|
what difference does it make if the trial version is UC3 or UC4? |
#6
| |||
| |||
|
#7
| |||
| |||
|
| Well the trail releases should be sync'ed with the actual releases. I thought IBM were at least that professional. Who would want to trial something that is one fixpack behind the latest version? |
#8
| |||
| |||
|
|
I noticed three different compression methods for the various products, for Linux. .gz and .Z . I don't even know if my Linux has an uncompress command, gzip or bunzip2 are the standard. Have them all the same, tar.gz for UNIX/Linux, and .zip for Windows. If maximum compression is insisted upon, then go for bunzip2 format, but only if you really can't just use .tar.gz. If you have to use compress format ( .Z ) then use it for UNIX, but not for Linux platforms, nobody uses compress on Linux when you can use gzip. |
#9
| |||
| |||
|
|
You can use gzip (gunzip) to decompress files created with compress (.Z), as well as uncompress itself, of course. A .tar.gz file is typically 10-20% bigger than a .tar.bz2 file of the same material. Once upon a time, there was a program called pack (and unpack, and pcat) that used the suffix .z (lower-case). It was nowhere near as efficient as compress (.Z), which in turn is not as efficient as gzip, which is usually less efficient than bzip2. The zip program - available on (or for) Windows and Unix/Linux - is about as efficient as gzip. Personally, I still use gzip when I distribute SQLCMD, mainly because I always have done, and I use the .tgz suffix to boot. For DBD::Informix, I use .tar.gz because everything in the Perl world does. Otherwise, I use bzip2 unless there's a compelling reason to do otherwise. And I typically uncompress and then compress (with bzip2) anything that isn't suppplied as a bzip2 file, simply to save the space. Doubly so with the older Informix software. The latest versions are mainly compressed material already and recompressing them does nothing significant to save space. Note that GNU TAR 1.15.1 has built-in support for bzip2 (-j to create), and auto-detects the compressor program for decompression. That permits you to type: tar -xf tarfile1.tgz tar -xf tarfile2.tar.gz tar -xf tarfile3.tar.bz2 ... All are detected and managed correctly. |
#10
| |||
| |||
|
|
And, if IBM is willing enough to even broach the idea of a 're-branding' as has been announced, it certainly couldn't hurt to clean up the web site so that it isn't so damn messy and muddled. |
|![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |