|
From: Eric L. G. <er...@ba...> - 2001-07-03 04:37:19
|
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hmm, seems we have three different sizes to worry about:
1. Chunk size -- if we are chunking the data into, say, 128K chunks
2. Record size -- we have variable sized records within those chunks.
3. Tape I/O size -- this may be anything from 512 bytes all the way to
128K+ bytes. The only real criteria is that either chunk size is a
multiple of this, or this is a multiple of chunk size.
Things getting complicated. How to simplify?
- --
Eric Lee Green mailto:er...@ba...
BadTux: http://www.badtux.org
GnuPG public key at http://badtux.org/eric/eric.gpg
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org
iD8DBQE7QUmi3DrrK1kMA04RAqPXAJ4vsT44g9JTDaSZeHwB2BUpkMxyaACfRd48
SHVf0hAGMwX2pjopp/ZhbyM=
=fWMx
-----END PGP SIGNATURE-----
|