In message <[EMAIL PROTECTED] ia.net>,"Jerry Normandin" writes: >write performance is actually impressive. file creation and deletion >are very slow on afs.
because writing is easier than reading. the afs cache manager can group the outgoing writes together and send them in a single message. while the cache manager has readahead it doesnt work because the afs global locks blocks any progress the readahead thread might make. _______________________________________________ OpenAFS-info mailing list [email protected] https://lists.openafs.org/mailman/listinfo/openafs-info
