On Sat, 20 Dec 2003, Paul Mather wrote:
> Not being a Python programmer, I don't know exactly how BitTorrent is
> accessing the files (e.g., using mmap), though I do know some kind of
> random access is involved as the filesets are chunked and different
> chunks are served to different peers. I suspect random access to such
> large files is not kind to the cache, though. :-)
BT doesn't use mmap(), just seek()/read()/write().
--
Andrew I MacIntyre "These thoughts are mine alone..."
E-mail: [EMAIL PROTECTED] (pref) | Snail: PO Box 370
[EMAIL PROTECTED] (alt) | Belconnen ACT 2616
Web: http://www.andymac.org/ | Australia
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"