Why don't you start around 50 threads at a time to do the file writes? Threads are effective for IO. You open the source file, start a queue, and start sending data sets to be written to the queue. Your source file processing can go on while the writes are done in other threads. -- http://mail.python.org/mailman/listinfo/python-list
- Too many open files AMD
- Re: Too many open files Jeff
- Re: Too many open files Christian Heimes
- Re: Too many open files Gabriel Genellina
- Re: Too many open files Steven D'Aprano
- Re: Too many open files Duncan Booth
- Re: Too many open files Larry Bates
- Re: Too many open files Gary Herron
- Re: Too many open files AMD