Multiprocessing and file I/O

Paul Boddie paul at boddie.org.uk
Sun May 24 11:16:37 EDT 2009


On 24 Mai, 16:13, Infinity77 <andrea.gav... at gmail.com> wrote:
>
> No, the processing of the data is fast enough, as it is very simple.
> What I was asking is if anyone could share an example of using
> multiprocessing to read a file, along the lines I described above.

Take a look at this section in an article about multi-threaded
processing of large files:

http://effbot.org/zone/wide-finder.htm#a-multi-threaded-python-solution

Paul



More information about the Python-list mailing list