I am running a php script that does data manipulation on a mysql database with 1 million rows. Since there are so many rows, I broke it up so multiple scripts (10) could be run simultaneously each operating on 100,000 rows.
When I try to run more than 6 though, the 7th script stalls like it has been placed in a queue. It does not seem like a memory or cpu power issue. Is there any way of fixing this by changing a configuration option in apache? I am using Xampp with Windows 7.