Nilton Volpato wrote:

> If you open many member files concurrently how does file cache will
> work? Or how many seeks you will have to do if you read from one
> member file and from other alternatingly?

If the OS file system cache is doing its job properly,
I don't think the seeking should be a problem.

> Or, if you need to open more than
> one member file for writing in the same zip file, then this is not
> possible at all.

I don't think it would be unreasonable to just not
support writing to more than one member at a time.

--
Greg
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to