evardsson.com
PHP File IO concurrency issues with Windows
A project that I am currently dealing with at work involves writing a large number of files to disk on Windows via PHP, and then pulling them into a database via a LOAD DATA INFILE call. The proble…